tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

semantics-002-ref.html (997B)


      1 <!DOCTYPE html>
      2 <title>semantics element and legacy rendering rules (reference)</title>
      3 <meta charset="utf-8"/>
      4 <p>Empty semantics: <math><mrow></mrow></math></p>
      5 <p>annotation: <math><mrow><annotation>annotation</annotation></mrow></math></p>
      6 <p>annotation-xml: <math><mrow><annotation-xml encoding="MathML-Presentation"><mtext>annotation-xml</mtext></annotation-xml></mrow></math></p>
      7 <p>presentation MathML (no annotations): <math><mrow><mtext>presentation MathML</mtext></mrow></math></p>
      8 <p>content MathML (no annotations): <math><mrow><csymbol>content MathML</csymbol></mrow></math></p>
      9 <p>presentation MathML ; annotation: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p>
     10 <p>presentation MathML ; annotation-xml: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p>
     11 <p>content MathML ; annotation: <math><mrow><csymbol>content MathML</csymbol></mrow></math></p>
     12 <p>content MathML ; annotation-xml: <math><mrow><csymbol>content MathML</csymbol></mrow></math></p>