mathjax / MathJax-a11y

MathJax Accessibility extensions
https://mathjax.github.io/MathJax-a11y/
Apache License 2.0
35 stars 19 forks source link

mtables are broken #162

Closed pkra closed 7 years ago

pkra commented 8 years ago

Reported on the User Group.

It looks like mtables are completely broken, e.g.,

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable>
    <mtr>
      <mtd>
        <mi>a</mi>
      </mtd>
      <mtd>
        <mi>b</mi>
      </mtd>
    </mtr>
  </mtable> 
</math>

From the errors, I suspect an upstream issue on SRE.

cc @zorkow

pkra commented 7 years ago

@zorkow, I think this is fixed now that we're on SRE v2, correct?

pkra commented 7 years ago

Fixed.