tor-browser

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

text-autospace-elements-001.html (475B)


      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-elements-001-ref.html">
      5 <style>
      6 .as { text-autospace: normal; }
      7 .as-off { text-autospace: no-autospace; }
      8 </style>
      9 <div class="as">国国AA国国</div>
     10 <div class="as">AA国国AA</div>
     11 <div class="as-off"><span class="as">国国AA国国</span></div>
     12 <div class="as-off"><span class="as">AA国国AA</span></div>