prev  ( testsuite > Presentation > CSS > mprescripts > mprescripts-09  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mprescripts/mprescripts-09
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Right hand side of equation should look like mirrored copy of left hand side

Sample Rendering:

Created by:

Your browser's rendering:

A failY failX = A Y X

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mmultiscripts>
<mi mathvariant="normal">A</mi>
<mprescripts/>
<mrow><mphantom><mi>fail</mi></mphantom><mi mathvariant="normal">Y</mi></mrow>
<mrow><mphantom><mi>fail</mi></mphantom><mi mathvariant="normal">X</mi></mrow>
</mmultiscripts>
<mo>=</mo>
<msubsup>
<mi mathvariant="normal">A</mi>
<mi mathvariant="normal">Y</mi>
<mi mathvariant="normal">X</mi>
</msubsup>
</math>