tor-browser

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

hyphens-none-shy-on-2nd-line-001.html (431B)


      1 <!DOCTYPE html>
      2 <title>CSS Text: `hyphens: none` disables soft hyphens on 2nd and later lines</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-hyphens-none">
      4 <link rel="match" href="reference/hyphens-none-shy-on-2nd-line-001-ref.html">
      5 <style>
      6 .target {
      7  hyphens: none;
      8  width: 10ch;
      9 }
     10 </style>
     11 <div class="target">
     12  12345678
     13  Deoxy&shy;ribo&shy;nucleic
     14  Deoxy&shy;ribo&shy;nucleic
     15  12345678
     16 </div>