prev  ( testsuite > Presentation > CSS > mfrac > mfrac-12  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mfrac/mfrac-12
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Formatting of right hand side of equation should be identical to formatting of left hand side

Sample Rendering:

Created by:

Your browser's rendering:

1 2 = 11 21

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
<mo>=</mo>
<mfrac>
<mrow><mphantom><mn>1</mn></mphantom><mspace linebreak="newline"/><mn>1</mn></mrow>
<mrow><mn>2</mn><mspace linebreak="newline"/><mphantom><mn>1</mn></mphantom></mrow>
</mfrac>
</math>