tor-browser

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

text-autospace-elements-004.html (564B)


      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-004-ref.html">
      5 <style>
      6 div {
      7  text-autospace: normal;
      8  font-size: 22px;
      9  font-family: sans-serif;
     10 }
     11 </style>
     12 <div>永abc</div>
     13 <div style="display: inline;">永abc</div><br>
     14 <div style="display: contents;">永abc</div><br>
     15 <div style="display: inline;"><span>abc</span></div><br>
     16 <div style="display: inline;"><span>永a</span>bc</div><br>
     17 <div style="display: ruby;">永abc</div><br>