| prev | next |
| File: | ErrorHandling/BadTags/badTag1.html | |
| Author: | Dave Doyle, Design Science | |
| Description: | Tests responses to invalid (non-MathML) tags. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<msup>
<mn>5</mn>
<foo>2</foo>
</msup>
<mo>+</mo>
<msup>
<foo>2</foo>
<mn>5</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>5</mn>
<foo>+</foo>
<mn>5</mn>
</mrow>
<mo>+</mo>
<foo/>
</math>