prev  ( testsuite > Presentation > CSS > maction > maction-08  )  next (show test run result)

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

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by:

Your browser's rendering:

12x First row, first column 0 First row, last column 0 Last row, first column 117 Last row, last column

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfenced>
<mrow>
<mtable>
<mtr>
<mtd>
<maction actiontype="tooltip">
<mrow><mn>12</mn><mi>x</mi></mrow>
<mtext>First row, first column</mtext>
</maction>
</mtd>
<mtd>
<maction actiontype="tooltip">
<mn>0</mn>
<mtext>First row, last column</mtext>
</maction>
</mtd>
</mtr>
<mtr>
<mtd>
<maction actiontype="tooltip">
<mn>0</mn>
<mtext>Last row, first column</mtext>
</maction>
</mtd>
<mtd>
<maction actiontype="tooltip">
<mn>117</mn>
<mtext>Last row, last column</mtext>
</maction>
</mtd>
</mtr>
</mtable>
</mrow>
</mfenced>
</math>