Closed dpvc closed 7 years ago
When content is enclosed in an maction, its parent pointers aren't redirected properly.
maction
This originally showed up as mathjax/MathJax#1800, where mathsize from higher up in the tree was being applied twice in CommonHTML.
mathsize
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.
The issue210 branch includes the fix for this.
issue210
==> Merged
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
when collapsible math is switched on.