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

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

Sample Rendering:

Created by:

Your browser's rendering:

100 m/s 360 km/h

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<maction actiontype="tooltip">
<mrow>
<mn>100</mn>
<mtext>m</mtext><mo>/</mo><mtext>s</mtext>
</mrow>
<mrow>
<mtext>360 km/h</mtext>
</mrow>
</maction>
</math>