tor-browser

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

hyphenation-control-2-ref.html (358B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 code {
      6  display:block;
      7  hyphens:manual;
      8  border: 1px solid black;
      9 }
     10 </style>
     11 </head>
     12 <body lang="en-us">
     13 <code style="width:15ch;">
     14 Supercali-<br />fragilistic-<br />expialidocious
     15 </code>
     16 <br />
     17 <code style="width:15ch;">
     18 Supercali&#x2010;<br />fragilistic&#x2010;<br />expialidocious
     19 </code>
     20 <br />
     21 </body>
     22 </html>