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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/maction/maction-07
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Place mouse cursor over fraction below. Tooltips content should reflect position of pointer.

Sample Rendering:

Created by:

Your browser's rendering:

43867 Mouse pointer is over numerator 798 Mouse pointer is over denominator

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfrac>
<mrow>
<maction actiontype="tooltip">
<mn>43867</mn>
<mtext>Mouse pointer is over numerator</mtext>
</maction>
</mrow>
<mrow>
<maction actiontype="tooltip">
<mn>798</mn>
<mtext>Mouse pointer is over denominator</mtext>
</maction>
</mrow>
</mfrac>
</math>