c71-fwd-parsing-004

Forward-Compatible Parsing

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: Forward-Compatible Parsing</title>
 5   <meta name="flags" content="invalid">
 6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing">
 7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
 8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 9   <style type="text/css">
10    p.twentythree {text-indent: 0.5in;background:lime}
11     color: red
12    p.twentyfour {color: red;}
13   </style>
14   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
15  </head>
16  <body>
17   <p class="twentythree">
18    This line should be bright green.
19   </p>
20  </body>
21 </html>