Annotation of CSS/CSS2.1-test-suite/cooked-tests/bz/t0402-syntax-03-f.xht, revision 1.4
1.1 ihickson 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>
1.4 ! fantasai 5: <title>CSS Test: malformed declaration missing value, part 1</title>
1.3 fantasai 6: <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
1.1 ihickson 7: <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors"/>
8: <style type="text/css">
9: p { color:green; color: }
10: </style>
11: </head>
12: <body>
13: <p>This text should be green</p>
14: </body>
15: </html>
Webmaster