tor-browser

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

hyphens-vertical-001-ref.html (563B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text reference: soft hyphens in vertical writing mode</title>
      4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
      5 
      6 <style>
      7    div {
      8        font: 16px monospace;
      9        writing-mode: vertical-rl;
     10        border: 1px solid gray;
     11        margin: 10px;
     12        padding: 2px;
     13        hyphens: manual;
     14        width: 3em;
     15        height: 9ch;
     16    }
     17 </style>
     18 
     19 <p>Test passes if the two boxes look the same:</p>
     20 
     21 <div>
     22    hyphen&#x2010;<br>ation
     23 </div>
     24 
     25 <div>
     26    hyphen&#x2010;<br>ation
     27 </div>