-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
The CSS vertical-align property should work as per specification with MathML (CSS spec). The resolution of this issue is perhaps just related to create some tests and does not affect the MathML specification.
Some examples are
<img height="40" src="https://www.w3.org/html/logo/img/mark-word-icon.png">
<math><mi style="vertical-align:top">24</mi></math>
with result
and
<math>
<mn>4</mn>
<mo>-</mo>
<mfenced>
<mrow style="vertical-align:middle">
<mfrac>
<mfrac>
<mi>x</mi>
<mn>2</mn>
</mfrac>
<mn>2</mn>
</mfrac>
</mrow>
</mfenced>
</math>
with result