tor-browser

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

mo-lspace-rspace-dynamic-ref.html (1088B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>&lt;mo&gt; dynamic lspace rspace (reference)</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      math, math * {
      9          font: 60px/1 Ahem;
     10      }
     11      mo {
     12          color: blue;
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <p>
     18      <math>
     19        <mn>1</mn><mo id="mo_attach_lspace" lspace="2em">X</mo><mn>2</mn>
     20      </math>
     21    </p>
     22    <p>
     23      <math>
     24        <mn>1</mn><mo id="mo_attach_rspace" rspace="3em">X</mo><mn>2</mn>
     25      </math>
     26    </p>
     27    <p>
     28      <math>
     29        <mn>1</mn><mo id="mo_modify_lspace" lspace="4em" rspace="1em">X</mo><mn>2</mn>
     30      </math>
     31    </p>
     32    <p>
     33      <math>
     34        <mn>1</mn><mo id="mo_modify_rspace" lspace="1em" rspace="5em">X</mo><mn>2</mn>
     35      </math>
     36    </p>
     37    <p>
     38      <math>
     39        <mn>1</mn><mo id="mo_remove_lspace" rspace="1em">X</mo><mn>2</mn>
     40      </math>
     41    </p>
     42    <p>
     43      <math>
     44        <mn>1</mn><mo id="mo_remove_rspace" lspace="1em">X</mo><mn>2</mn>
     45      </math>
     46    </p>
     47  </body>
     48 </html>