letter-spacing-030.xht (1212B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Letter-spacing using picas with a positive zero value, +0pc</title> 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing" /> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" /> 8 <link rel="match" href="letter-spacing-004-ref.xht" /> 9 <meta name="flags" content="ahem" /> 10 <meta name="assert" content="The 'letter-spacing' property sets a positive zero length value in picas." /> 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style type="text/css"> 13 div 14 { 15 font: 24px/1em Ahem; 16 } 17 div div 18 { 19 letter-spacing: +0pc; 20 } 21 </style> 22 </head> 23 <body> 24 <p>Test passes if there is only one box below (with no jagged edges).</p> 25 <div> 26 <div>xx</div> 27 </div> 28 </body> 29 </html>