tor-browser

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

text-autospace-vertical-combine-001.html (462B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="help" href="https://drafts.csswg.org/css-text-4/#text-autospace-property">
      4 <link rel="match" href="text-autospace-vertical-combine-001-ref.html">
      5 <style>
      6 #container {
      7  writing-mode: vertical-rl;
      8  font-size: 20px;
      9  text-autospace: normal;
     10 }
     11 .tcy {
     12  text-combine-upright: all;
     13 }
     14 </style>
     15 <div id="container">
     16  <div><span class="tcy">XX</span></div>
     17  <div><span class="tcy">11</span></div>
     18 </div>