tor-browser

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

text-autospace-mixed-001-ref.html (633B)


      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="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6 #container > div {
      7  font-family: Ahem;
      8  font-size: 40px;
      9  text-autospace: no-autospace;
     10 
     11  & > span {
     12    margin-left: calc(1em / 8);
     13    margin-right: calc(1em / 8);
     14  }
     15 }
     16 </style>
     17 <div id="container">
     18  <div>国国<span>&#x5d0;&#x5d1;&#x5d2;</span>国国</div>
     19  <div>国国<span>&#x5d0;&#x5d1;&#x5d2;</span>国国</div>
     20  <div>国国<span>&#1605;&#1615;&#1585;&#1614;&#1576;&#1614;&#1617;&#1593;&#1618;</span>国国</div>
     21 </div>