prev  ( testsuite > Presentation > CSS > mtable > mtable-10  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mtable/mtable-10
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:

HT fail = TH

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mtable rowalign="top">
<mtr>
<mtd>
<munder>
<mi mathvariant="normal">HT</mi>
<mphantom><mtext>fail</mtext></mphantom>
</munder>
</mtd>
<mtd>
<mo>=</mo>
</mtd>
<mtd>
<mi mathvariant="normal">TH</mi>
</mtd>
</mtr>
</mtable>
</math>