|
1 <!doctype html> |
|
2 <html> |
|
3 <head> |
|
4 <title>Various tests for semantics</title> |
|
5 <meta charset="utf-8"/> |
|
6 </head> |
|
7 |
|
8 <body> |
|
9 <p>Empty semantics (invalid): <math><maction></maction></math></p> |
|
10 <p>annotation (invalid): <math><mrow><mtext>annotation</mtext></mrow></math></p> |
|
11 <p>annotation-xml (invalid): <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> |
|
12 <p>presentation MathML (no annotations): <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
|
13 <p>content MathML (no annotations): <math><maction actiontype="toggle"><csymbol>content MathML</csymbol></maction></math></p> |
|
14 <p>presentation MathML ; annotation: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
|
15 <p>presentation MathML ; annotation-xml: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
|
16 <p>content MathML ; annotation: <math><mrow><mtext>annotation</mtext></mrow></math></p> |
|
17 <p>content MathML ; annotation-xml: <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> |
|
18 </body> |
|
19 </html> |