tor-browser

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

word-break-keep-all-u002d.html (337B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-word-break-keep-all">
      3 <link rel="match" href="reference/word-break-keep-all-u002d-ref.html">
      4 <style>
      5 #container {
      6  font-size: 20px;
      7  width: 3ch;
      8  word-break: keep-all;
      9 }
     10 </style>
     11 <div id="container">
     12  <div>AB-CD-EF</div>
     13  <div>12-34-56</div>
     14 </div>