| prev | next |
| File: | ImplementationSpecific/maction/mactionSmixed1.html | |
| Author: | Design Science Inc. (R. Miner) | |
| Description: | Tests multiple mactions in a single equation, and a mouseover highlight overriding and explicit color | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<maction actiontype="highlight" dsi:background="yellow">
<mstyle mathbackground="#ffcccc">
<mi>x</mi>
<mo>+</mo>
<mn>2</mn>
</mstyle>
</maction>
<mo>+</mo>
<maction actiontype="highlight" dsi:background="gray">
<mrow>
<mi>x</mi>
<mo>+</mo>
<mn>2</mn>
</mrow>
</maction>
</math>