Index

testsuite:presentation:css:mfrac:mfrac-02

passed

mfrac-02

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

W3C sample WIRIS
1 2 π = 1 0 2 π
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mfrac>
    <mn>1</mn>
    <mrow>
      <mn>2</mn>
      <mi>π</mi>
    </mrow>
  </mfrac>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mover>
        <mn>1</mn>
        <mphantom>
          <mn>0</mn>
        </mphantom>
      </mover>
    </mrow>
    <mrow>
      <mn>2</mn>
      <mi>π</mi>
    </mrow>
  </mfrac>
</math>

Author: George Chavchanidze, Opera Software ASA

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