declaration-001.xht (661B)
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: malformed declaration missing ':', value, part 1</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#parsing-errors"/> 8 <link rel="match" href="../reference/ref-this-text-should-be-green.xht"/> 9 <meta name="flags" content="invalid"/> 10 <style type="text/css"> 11 p { color:green; color } 12 </style> 13 </head> 14 <body> 15 <p>This text should be green.</p> 16 </body> 17 </html>