| prev | next |
| File: | ErrorHandling/BadAttribs/badAttribsGlyph4.html | |
| Author: | Dave Doyle, Design Science | |
| Description: | Basic test of <mglyph> This test fonts that are likely to exist on the user's system, as well as fonts that won't exist. Also tests what occurs if the required 'alt' attribute is missing. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mn>
<mglyph fontfamily="Arial" index="97" alt="lowercase 'a'" />
</mn>
<mspace width="10px" />
<mi>
<mglyph fontfamily="Arial" index="105" />
</mi>
<mspace width="10px" />
<mn>
<mglyph fontfamily="fake-font" index="105" />
</mn>
<mspace width="10px" />
<mi>
<mglyph index="97" alt="lowercase 'a'" />
</mi>
</math>