Index

testsuite:presentation:css:msub:msub-10

passed

msub-10

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

W3C sample WIRIS
S 5 = S 5 t
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <msub>
    <mi>S</mi>
    <mn>5</mn>
  </msub>
  <mo>=</mo>
  <munder>
    <mrow>
      <msub>
        <mi>S</mi>
        <mn>5</mn>
      </msub>
    </mrow>
    <mphantom>
      <mi>t</mi>
    </mphantom>
  </munder>
</math>

Author: George Chavchanidze, Opera Software ASA

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