tor-browser

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

embellished-op-3-4.html (870B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>embellished operators: maction and mrow-like as space-like children
      5    </title>
      6    <link rel="mismatch" href="embellished-op-3-4-ref.html"/>
      7    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=21479"/>
      8    <link rel="stylesheet" href="/fonts/ahem.css" />
      9    <style>
     10      @font-face {
     11        font-family: operators;
     12        src: url("/fonts/math/operators.woff");
     13      }
     14      math {
     15        font: 25px/1 Ahem;
     16      }
     17      mo {
     18        font-family: operators;
     19      }
     20    </style>
     21  </head>
     22 
     23  <body>
     24    <div>
     25      <!-- space-like mpadded -->
     26      <math xmlns="http://www.w3.org/1998/Math/MathML">
     27        <mover>
     28          <mtext>abcdef</mtext>
     29          <mrow>
     30            <mpadded><mspace/></mpadded><mo>&#xaf;</mo>
     31          </mrow>
     32        </mover>
     33      </math>
     34    </div>
     35  </body>
     36 </html>