tor-browser

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

stretchy-mover-1b.html (1059B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Stretchy mover</title>
      5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      6    <link rel="match" href="stretchy-mover-1-ref.html"/>
      7    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=687807"/>
      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      #container {
     21        width: 800px;
     22        height: 600px;
     23        overflow: hidden;
     24        background: lightblue;
     25      }
     26    </style>
     27  </head>
     28  <body>
     29    <div id="container">
     30      <math display=block>
     31        <mrow>
     32          <mspace depth="50em"/>
     33          <mrow>
     34            <mover>
     35              <mo stretchy="true">&#x2192;</mo>
     36              <mn>BBBBBBBBB</mn>
     37            </mover>
     38          </mrow>
     39          <mspace depth="50em"/>
     40        </mrow>
     41      </math>
     42    </div>
     43  </body>
     44 </html>