prev | ( testsuite > Presentation > CSS > maction > maction-03 ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Presentation/CSS/maction/maction-03 |
CVS-ID: | |
Author: | George Chavchanidze, Opera Software ASA |
Description: | You should see transposed matrix once you place mouse pointer over math expression below |
Sample Rendering:
|
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <maction actiontype="tooltip"> <mrow> <msup> <mrow> <mfenced> <mrow> <mtable> <mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr> <mtr><mtd><mn>2</mn></mtd><mtd><mn>3</mn></mtd></mtr> </mtable> </mrow> </mfenced> </mrow> <mo>T</mo> </msup> </mrow> <mrow> <mfenced> <mrow> <mtable> <mtr><mtd><mn>0</mn></mtd><mtd><mn>2</mn></mtd></mtr> <mtr><mtd><mn>1</mn></mtd><mtd><mn>3</mn></mtd></mtr> </mtable> </mrow> </mfenced> </mrow> </maction> </math>