tor-browser

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

hyphens-vertical-002-ref.html (598B)


      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        text-orientation: upright;
     11        border: 1px solid gray;
     12        margin: 10px;
     13        padding: 2px;
     14        hyphens: manual;
     15        width: 3em;
     16        height: 9ch;
     17    }
     18 </style>
     19 
     20 <p>Test passes if the two boxes look the same:</p>
     21 
     22 <div>
     23    hyphen&#x2010;<br>ation
     24 </div>
     25 
     26 <div>
     27    hyphen&#x2010;<br>ation
     28 </div>