tor-browser

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

auto-hyphenation-xmllang-6.xhtml (282B)


      1 <!DOCTYPE html>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head><title>Hyphenation test</title></head>
      4 <!-- style changes don't break hyphenation -->
      5 <body xml:lang="en-us">
      6 <div style="width: 0; hyphens: auto;">
      7 hy<span style="color:red">phen</span>ation
      8 </div>
      9 </body>
     10 </html>