c541-word-sp-001-ref.xht (1072B)
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: 25px/1 Ahem; width: 12em; background: yellow; color: aqua; margin: 0 0 0 2em; } 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  x  xx xx</div> 15 <div class="test">x  x  xx xx</div> 16 <div class="test">x  x  xx xx</div> 17 <div class="test">x  x  xx xx</div> 18 <div class="test">x  x  xx xx</div> 19 </body> 20 </html>