| prev | ( testsuite > Topics > Nesting > nestAction1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full5) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/Nesting/nestAction1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (D. Doyle, R. Miner, P. Topping) |
| Description: | Test of nested maction tags. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns:dsi="http://www.dessci.com/mathml" xmlns="http://www.w3.org/1998/Math/MathML">
<maction actiontype="tooltip">
<maction actiontype="statusline">
<mrow>
<mi>x</mi>
<mo> > </mo>
<mn>4</mn>
</mrow>
<mtext>X is greater than 4</mtext>
</maction>
<mtext>X is greater than 4</mtext>
</maction>
</math>