escapes-009.xht (779B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test: Characters and case: Escaping a character inside a keyword</title> 6 <link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com" /> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters" /> 8 <link rel="match" href="../reference/ref-this-text-should-be-green.xht"/> 9 <meta name="flags" content="invalid" /> 10 <meta name="assert" content="Browsers should be able to ignore the keyword"/> 11 <style type="text/css"> 12 p {color: green} 13 p {color: r\ed} 14 </style> 15 </head> 16 <body> 17 <p>This text should be green.</p> 18 </body> 19 </html>