mathjax / MathJax-a11y

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

[collapsible.js] Parent pointers for maction content are wrong #210

Closed dpvc closed 7 years ago

dpvc commented 7 years ago

When content is enclosed in an maction, its parent pointers aren't redirected properly.

This originally showed up as mathjax/MathJax#1800, where mathsize from higher up in the tree was being applied twice in CommonHTML.

A test case is

<math mathsize="36pt">
<mi>x</mi>
<mi>x</mi>
<mi>x</mi>
<mi>x</mi>
<mi>x</mi>
</math>

when collapsible math is switched on.

dpvc commented 7 years ago

The issue210 branch includes the fix for this.

dpvc commented 7 years ago

==> Merged