strings-000.xht (647B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test: Newlines in strings</title> 6 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#strings"/> 8 <link rel="match" href="../reference/ref-this-text-should-be-green.xht"/> 9 <style type="text/css"> 10 p { color: red } 11 p[title="this is\ 12 a test"] { color: green } 13 </style> 14 </head> 15 <body> 16 <p title="this is a test">This text should be green.</p> 17 </body> 18 </html>