c541-word-sp-000-ref.xht (1541B)
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>test reference</title> 5 <meta name="flags" content="ahem" /> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"><![CDATA[ 8 div { font: 30px/1 Ahem; width: 18em; background: yellow; color: aqua; } 9 ]]></style> 10 <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"/> 11 </head> 12 <body> 13 <p>There should be a stripy pattern of yellow and aqua below (each vertical stripe should be straight and unbroken).</p> 14 <div class="test">x  xx  xxx  xxxx</div> 15 <div class="test">x  xx  xxx  xxxx</div> 16 <div class="test">x  xx  xxx  xxxx</div> 17 <div class="test">x  xx  xxx  xxxx</div> 18 <div class="test">x  xx  xxx  xxxx</div> 19 <div class="test">x  xx  xxx  xxxx</div> 20 <div class="test">x  xx  xxx  xxxx</div> 21 <div class="test">x  xx  xxx  xxxx</div> 22 <div class="test">x  xx  xxx  xxxx</div> 23 <div class="test">x  xx  xxx  xxxx</div> 24 <div class="test">x  xx  xxx  xxxx</div> 25 </body> 26 </html>