Annotation of CSS/CSS2.1-test-suite/cooked-tests/bz/t0402-syntax-03-f.xht, revision 1.2

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>
1.2     ! fantasai    6:   <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky.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