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