tor-browser

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

text-autospace-elements-005b.html (688B)


      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-005-ref.html">
      5 <style>
      6 div {
      7  text-autospace: normal;
      8  font-size: 22px;
      9  font-family: sans-serif;
     10  text-orientation: upright; /* should NOT affect auto-spacing in horizontal mode */
     11 }
     12 </style>
     13 <div><b></b>abc<b>def</b></div>
     14 <div><span><b><span></span></b></span>abc<b>def<span style="font-weight: normal"></span></b></div>
     15 <div><b></b><span><span>abc</span><b>def</b></span><span></span></div>
     16 <div><b><span><span style="font-weight: normal">abc</span></span>def</b><span></span></div>