tor-browser

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

text-wrap-balance-overflow-002.html (469B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
      3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1878865">
      4 <link rel="match" href="reference/text-wrap-balance-overflow-002-ref.html">
      5 
      6 <style>
      7 #test {
      8  border: 1px solid gray;
      9  font: 15px monospace;
     10  width: 20ch;
     11  text-wrap: balance;
     12 }
     13 </style>
     14 
     15 <body onload="test.style.overflowWrap='anywhere'">
     16 <div id=test>
     17 Interconnect your build
     18 </div>