characters-0080-009F-001-ref.xht (640B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test: Valid control characters in identifiers</title> 6 7 <link rel="author" title="Bert Bos" href="mailto:bert@w3.org" /> 8 9 <style type="text/css"> 10 div p::before {content: counter(item, lower-latin) ". "} 11 div p {counter-increment: item} 12 </style> 13 </head> 14 15 <body> 16 <p>The next items should be numbered a to f.</p> 17 <div> 18 <p>Item</p> 19 <p>Item</p> 20 <p>Item</p> 21 <p>Item</p> 22 <p>Item</p> 23 <p>Item</p> 24 </div> 25 </body> 26 </html>