1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Forward-Compatible Parsing
</title>
5 <style type=
"text/css">
7 h1
+ p
.three
{color: red
;}
8 p
.four
+ h1
{color: red
;}
9 p
.five
{background-color: "red";}
11 @background-lighting
{
15 p
.seven
{ color: red
}
18 p
.ten:first-child
{color: red
;}
19 ul:lang
(fr
) {color:red
;}
20 blockquote
[href
] {color: red
;}
21 acronym
[href
="foo"] {color: red
;}
22 address
[href
~="foo"] {color: red
;}
23 span
[lang|
="fr"] {color: #f00;}
26 p
.sixteen
{color: red
;}
29 p
.seventeen
{color: red
}
32 p
.nineteenb
{color: red
;}
33 p
.twentythree
{text-indent: 0.5in;}
35 p
.twentyfour
{color: red
;}
37 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title=
"4.2 Rules for handling parsing errors">
41 This line should be green.
44 This line should be green.
47 This line should be green.
49 <p class=
"seven"> This line should be green.
</p>
51 <li> This line should be green.
</li>
53 <p class=
"ten"> This line should be green.
</p>
55 <li> This line should be green.
</li>
58 <p> This line should be green.
</p>
61 <acronym> This line should be green.
</acronym>
64 This line should be green.
67 <span>This line should be green.
</span>
70 This line should be green.
73 This line should be green.
76 This line should be green.
78 <p class=
"twentythree">
79 This line should be green.
81 <p class=
"twentyfour">
82 This line should be green.