tor-browser

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

text-box-trim-half-leading-block-box-002.html (595B)


      1 <!DOCTYPE html>
      2 <title>text-box-trim trims the block-start (not over) side of a line box</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-box-trim">
      4 <link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-box-edge">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <link rel="match" href="text-box-trim-half-leading-block-box-002-ref.html">
      7 
      8 <style>
      9 .div-parent {
     10  outline: 1px solid orange;
     11  font: 20px/3 Ahem;
     12  writing-mode: vertical-lr;
     13  text-box-trim: trim-start;
     14  text-box-edge: text;
     15 }
     16 </style>
     17 
     18 <div class="div-parent">Test</div>