You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SVG output doesn't seem to apply the style="color:xyz" when it appears on the top-level <math> element (although other style values are applied). So, for example,
<math style="color:red">
<mi>x</mi>
</math>
doesn't color the result red. This shows up in the style1.html and style2.html tests in MathMLToDisplay/General/GenAttrib/ in the test suite. Note that the color style is applied if it is on an element other than the top-level <math> element. It is probably due to the special casing of how style attributes are inherited.
The text was updated successfully, but these errors were encountered:
The SVG output doesn't seem to apply the
style="color:xyz"
when it appears on the top-level<math>
element (although other style values are applied). So, for example,doesn't color the result red. This shows up in the
style1.html
andstyle2.html
tests inMathMLToDisplay/General/GenAttrib/
in the test suite. Note that the color style is applied if it is on an element other than the top-level<math>
element. It is probably due to the special casing of howstyle
attributes are inherited.The text was updated successfully, but these errors were encountered: