tor-browser

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

operator-dictionary-arabic-001-ref.html (536B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Spacing of Arabic operators (reference)</title>
      6    <link rel="stylesheet" href="./support/operator-dictionary-tests.css"/>
      7    <style>
      8      mo {
      9        color: blue;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14 
     15    <p>There should be no horizontal gaps between the squares:</p>
     16    <p><math><mn>_</mn><mo lspace="0" rspace="0">&#x1EEF0;</mo><mn>_</mn></math></p>
     17    <p><math><mn>_</mn><mo lspace="0" rspace="0">&#x1EEF1;</mo><mn>_</mn></math></p>
     18 
     19  </body>
     20 </html>