tor-browser

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

mathvariant-5-ref.html (1083B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Dynamic mathvariant tests</title>
      5  </head>
      6  <body>
      7    <math>
      8      <mrow>
      9        <mi id="Mi0" mathvariant="script">A</mi>
     10        <mi id="Mi1">BB</mi>
     11        <mi id="Mi2">B</mi>
     12        <mi id="Mi3">A</mi>
     13        <mi id="Mi4" mathvariant="script">A</mi>
     14        <mtext id="Mtext0">A</mtext>
     15        <mtext id="Mtext2" mathvariant="script">A</mtext>
     16        <mtext id="Mtext4" mathvariant="script">A</mtext>
     17      </mrow>
     18    </math>
     19 
     20    <p>
     21 
     22    <math>
     23      <mrow>
     24        <mstyle id="Mstyle0" mathvariant="fraktur">
     25          <mtext>Hello</mtext>
     26        </mstyle>
     27        <mstyle id="Mstyle1" mathvariant="monospace">
     28          <mtext>Hello</mtext>
     29        </mstyle>
     30        <mstyle id="Mstyle2">
     31          <mtext>Hello</mtext>
     32        </mstyle>
     33      </mrow>
     34    </math>
     35 
     36    <p>
     37 
     38    <math id="Math0" mathvariant="fraktur">
     39      <mtext>Hello</mtext>
     40    </math>
     41    <math id="Math1" mathvariant="monospace">
     42      <mtext>Hello</mtext>
     43    </math>
     44    <math id="Math2">
     45      <mtext>Hello</mtext>
     46    </math>
     47 
     48  </body>
     49 </html>