| prev | next |
| File: | /Presentation/TokenElements/ms/msScolorscope6.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Tests scoping of color attributes for <ms> with <mstyle>. Also tests some CSS color name attribute values. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<ms fontsize='14pt'>boy</ms>
<mo color='black'>+</mo>
<mstyle fontsize='24pt' color='GREEN'>
<ms>girl</ms>
<mo color='red'>+</mo>
<ms color='red'>apple</ms>
</mstyle>
<mo>+</mo>
<ms>fig</ms>
</mrow>
</math>