Index

testsuite:presentation:css:mfrac:mfrac-07

passed

mfrac-07

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

W3C sample WIRIS
a ! b c d = a b c d !
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mfrac linethickness="2">
    <mrow>
      <mfrac>
        <mrow>
          <mover>
            <mi>a</mi>
            <mphantom>
              <mtext>!</mtext>
            </mphantom>
          </mover>
        </mrow>
        <mi>b</mi>
      </mfrac>
    </mrow>
    <mrow>
      <mfrac>
        <mi>c</mi>
        <mi>d</mi>
      </mfrac>
    </mrow>
  </mfrac>
  <mo>=</mo>
  <mfrac linethickness="thick">
    <mrow>
      <mfrac>
        <mi>a</mi>
        <mi>b</mi>
      </mfrac>
    </mrow>
    <mrow>
      <mfrac>
        <mi>c</mi>
        <mrow>
          <munder>
            <mi>d</mi>
            <mphantom>
              <mtext>!</mtext>
            </mphantom>
          </munder>
        </mrow>
      </mfrac>
    </mrow>
  </mfrac>
</math>

Author: George Chavchanidze, Opera Software ASA

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