tor-browser

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

text-indent-intrinsic-001.xht (1845B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <title>CSS Test: Test for intrinsic widths and text-indent (intrinsic-min)</title>
      3 <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
      4 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      5 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
      6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
      7 <link rel="match" href="text-indent-intrinsic-001-ref.xht"/>
      8 <style type="text/css">
      9 
     10 body { font-size: 12px; width: 1px; }
     11 
     12 body &gt; div, body &gt; pre {
     13 	float: left; clear: left; margin: 1px; height: 2em;
     14 	border: medium solid;
     15 }
     16 
     17 span {
     18     display: inline-block;
     19     height: 1em;
     20     width: 1em;
     21 }
     22 
     23 </style>
     24 </head>
     25 <body>
     26 
     27 <!-- test against inline margin -->
     28 <div style="text-indent: 3em;">X</div>
     29 
     30 <!-- test against block padding -->
     31 <div style="text-indent: 3em;">X</div>
     32 
     33 <!-- test against block width -->
     34 <div style="text-indent: 3em;"><span></span></div>
     35 
     36 <div style="text-indent: 3em"><span style="width: 1em"></span></div>
     37 <div style="text-indent: 3em"><span style="width: 1em"></span>&#8203;<span style="width: 2em"></span></div>
     38 <div style="text-indent: 3em"><span style="width: 1em"></span>&#8203;<span style="width: 6em"></span></div>
     39 <div style="text-indent: 3em"><span style="width: 1em"></span><br /><span style="width: 2em"></span></div>
     40 <div style="text-indent: 3em"><span style="width: 1em"></span><br /><span style="width: 6em"></span></div>
     41 <pre style="text-indent: 3em"><span style="width: 1em"></span>
     42 <span style="width: 2em"></span></pre>
     43 <pre style="text-indent: 3em"><span style="width: 1em"></span>
     44 <span style="width: 6em"></span></pre>
     45 
     46 
     47 
     48 </body></html>