tor-browser

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

hyphenation-control-3-ref.html (609B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 code {
      6  display: block;
      7  hyphens: manual;
      8  border: 1px solid black;
      9  /* Prefer Courier New if available, as otherwise Menlo may be used,
     10     and its HYPHEN and HYPHEN-MINUS glyphs don't match. */
     11  font-family: Courier New, Courier, monospace;
     12 }
     13 </style>
     14 </head>
     15 <body lang="en-us">
     16 <code style="width:100ch;">
     17 abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstu-<br />vwxyzsupercalifragilisticexpialidocious-<br />abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
     18 </code>
     19 </body>
     20 </html>