escapes-012.xht (709B)
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>CSS Test: CSS Parsing: Escaped keywords</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/002.xml" type="application/xhtml+xml"/> 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 <style type="text/css"> 10 p { color: red; color: \g\r\45\65\n; } /* 'grEen' */ 11 </style> 12 </head> 13 <body> 14 <p>This text should be green.</p> 15 </body> 16 </html>