Index

testsuite:errorhandling:badtags:badtag1.ko

badTag1

Tests responses to invalid (non-MathML) tags.

W3C sample WIRIS
[N/A] 5 2 + 2 5 + 5 + 5 +
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <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>

Author: Dave Doyle, Design Science

testsuite/errorhandling/badtags/badtag1.ko.txt · Last modified: 2015/12/22 12:19 (external edit)