Index

testsuite:presentation:css:msup:msup-11

passed

msup-11

Formatting of right hand side of equation should be identical to formatting of left hand side

W3C sample WIRIS
e x = e x z
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <msup>
    <mi>e</mi>
    <mi>x</mi>
  </msup>
  <mo>=</mo>
  <mover>
    <mrow>
      <msup>
        <mi>e</mi>
        <mi>x</mi>
      </msup>
    </mrow>
    <mphantom>
      <mi>z</mi>
    </mphantom>
  </mover>
</math>

Author: George Chavchanidze, Opera Software ASA

testsuite/presentation/css/msup/msup-11.txt · Last modified: 2016/09/15 11:29 (external edit)