tor-browser

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

mathsize-attribute.html (624B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Verify mathsize attribute</title>
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">
      7    <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes">
      8    <meta name="assert" content="Verify mathsize attribute values.">
      9    <link rel="match" href="mathsize-attribute-ref.html">
     10  </head>
     11  <body>
     12 
     13    <!-- This verifies the effect of the mathsize attribute. -->
     14    <div>
     15      <math>
     16        <mi mathsize="200%">x</mi>
     17        <mi mathsize="3em">x</mi>
     18      </math>
     19    </div>
     20 
     21  </body>
     22 </html>