tor-browser

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

hyphenation-control-2.html (543B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 code {
      6  display:block;
      7  hyphens:auto;
      8  border: 1px solid black;
      9 }
     10 </style>
     11 </head>
     12 <body lang="en-us">
     13 <!--
     14  Test checks that automatic hyphenation opportunities within a word
     15  must be ignored if the word contains an explicit hyphen (U+2010) or hyphen-minus (U+002D),
     16  in favor of the conditional hyphen(s)
     17 -->
     18 <code style="width:15ch;">
     19 Supercali-fragilistic-expialidocious
     20 </code>
     21 <br />
     22 <code style="width:15ch;">
     23 Supercali&#x2010;fragilistic&#x2010;expialidocious
     24 </code>
     25 <br />
     26 </body>
     27 </html>