tor-browser

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

c541-word-sp-000.xht (2110B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: word-spacing</title>
      5   <meta name="flags" content="ahem" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#word-spacing"/>
      7   <link rel="help" href="https://drafts.csswg.org/css-text-3/#word-spacing-property"/>
      8   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      9   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
     10   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-06-08 -->
     11   <link rel="match" href="c541-word-sp-000-ref.xht" />
     12 
     13   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     14   <style type="text/css"><![CDATA[
     15    div { font: 30px/1 Ahem; width: 18em; background: yellow; color: aqua; }
     16    .one {word-spacing: 0.3125in;}
     17    .two {word-spacing: 0.79375cm;}
     18    .three {word-spacing: 7.9375mm;}
     19    .four {word-spacing: 22.5pt;}
     20    .five {word-spacing: 1.875pc;}
     21    .six {word-spacing: 1em;}
     22    .seven {word-spacing: 1.25ex;}
     23    .eight {word-spacing: 30px;}
     24   ]]></style>
     25   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" title="16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"/>
     26  </head>
     27  <body>
     28   <p>There should be a stripy pattern of yellow and aqua below (each vertical stripe should be straight and unbroken).</p>
     29   <div class="test">x&#xA0;&#xA0;xx&#xA0;&#xA0;xxx&#xA0;&#xA0;xxxx</div>
     30   <div class="test">x&#xA0;&#xA0;xx&#xA0;&#xA0;xxx&#xA0;&#xA0;xxxx</div>
     31   <div class="test">x&#xA0;&#xA0;xx&#xA0;&#xA0;xxx&#xA0;&#xA0;xxxx</div>
     32   <div class="one"> x xx xxx xxxx </div>
     33   <div class="two"> x xx xxx xxxx </div>
     34   <div class="three"> x xx xxx xxxx </div>
     35   <div class="four"> x xx xxx xxxx </div>
     36   <div class="five"> x xx xxx xxxx </div>
     37   <div class="six"> x xx xxx xxxx </div>
     38   <div class="seven"> x xx xxx xxxx </div>
     39   <div class="eight"> x xx xxx xxxx </div>
     40  </body>
     41 </html>