tor-browser

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

dynamic-mtext-like-001-ref.html (1830B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Dynamic mtext-like elements (reference)</title>
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style>
      8  math {
      9      font: 25px/1 Ahem;
     10      background: lightblue;
     11  }
     12  li {
     13      padding: 2px;
     14  }
     15 </style>
     16 </head>
     17 <body>
     18  <ol>
     19    <li><math><mtext class="testedElement">É</mtext></math></li>
     20    <li><math><mtext class="testedElement">pX</mtext></math></li>
     21    <li><math><mtext class="testedElement"><span>Xp</span></mtext></math></li>
     22    <li><math><mi class="testedElement">É</mi></math></li>
     23    <li><math><mi class="testedElement">pX</mi></math></li>
     24    <li><math><mi class="testedElement"><span>Xp</span></mi></math></li>
     25    <li><math><mn class="testedElement">É</mn></math></li>
     26    <li><math><mn class="testedElement">pX</mn></math></li>
     27    <li><math><mn class="testedElement"><span>Xp</span></mn></math></li>
     28    <li><math><mo class="testedElement">É</mo></math></li>
     29    <li><math><mo class="testedElement">pX</mo></math></li>
     30    <li><math><mo class="testedElement"><span>Xp</span></mo></math></li>
     31    <li><math><mo class="testedElement">É</mo></math></li>
     32    <li><math><mo class="testedElement">pX</mo></math></li>
     33    <li><math><mo class="testedElement"><span>Xp</span></mo></math></li>
     34    <li><math><ms class="testedElement">É</ms></math></li>
     35    <li><math><ms class="testedElement">pX</ms></math></li>
     36    <li><math><ms class="testedElement"><span>Xp</span></ms></math></li>
     37    <li><math><annotation class="testedElement">É</annotation></math></li>
     38    <li><math><annotation class="testedElement">pX</annotation></math></li>
     39    <li><math><annotation-xml class="testedElement">É</annotation-xml></math></li>
     40    <li><math><annotation-xml class="testedElement">pX</annotation-xml></math></li>
     41  </ol>
     42 </body>
     43 </html>