layout/reftests/mathml/semantics-2-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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

mercurial