declaration-003

malformed declaration missing value, part 1

WeasyPrint

This browser

Flags
invalid

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html>
 3  <head>
 4   <title>CSS Test: malformed declaration missing value, part 1</title>
 5   <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
 6   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
 7   <meta name="flags" content="invalid">
 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>