tor-browser

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

hyphens-auto-004M-ref.html (470B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
      8 
      9  <style>
     10  div
     11    {
     12      border: solid 1px;
     13      font: 32px/1 monospace;
     14      width: 6ch;
     15    }
     16  </style>
     17 
     18 <body lang="en">
     19 
     20  <div>regu&#x2010;<br>lation<br><br>imple&#x2010;<br>menta&#x2010;<br>tion<br>now</div>
     21 
     22 <!--
     23 
     24  Hyphen-minus == &#x002D; == &#0045;
     25 
     26  Hyphen == &#x2010; == &#8208;
     27 
     28 -->