tor-browser

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

hyphens-auto-last-word-001-ref2.html (335B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  width: 5ch;
      5  border: 1px solid blue;
      6 }
      7 </style>
      8 <body lang="en-us">
      9  <div style="width: 10ch">Test example</div>
     10  <div>ex&shy;am&shy;ple</div>
     11  <div>1<br>ex&shy;am&shy;ple</div>
     12  <div>1234 ex&shy;am&shy;ple</div>
     13  <div>ex&shy;am&shy;ple 5678</div>
     14  <div>1234 ex&shy;am&shy;ple 5678</div>
     15 </body>