prev  ( testsuite > Presentation > CSS > maction > maction-05  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/maction/maction-05
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Once you place mouse pointer over math expression below you should see its text equivalent

Sample Rendering:

Created by:

Your browser's rendering:

x21=0 (x − 1)(x + 1) = 0

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<maction actiontype="tooltip">
<mrow>
<msup><mi>x</mi><mn>2</mn></msup><mo>−</mo><mn>1</mn><mo>=</mo><mn>0</mn>
</mrow>
<mtext>(x − 1)(x + 1) = 0</mtext>
</maction>
</math>