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">
6 p
.one
{color: green
; rotation: 70deg;}
8 p
.oneb
{color: invalidValue
;}
9 div
.twopc
{ background: white url
(support
/swatch-red
.png
); color: green
; }
10 p
.two
{background-color: inherit
;}
11 p
.eight
{COLOR: GREEN
;}
12 p
.twentya
{rotation-code: "}"; color: green
;}
13 p
.twentyb
{rotation-code: "\"}\
""; color: green
;}
14 p
.twentyonea
{rotation-code: '}'; color: green
;}
15 p
.twentyoneb
{rotation-code: '\'}\
''; color: green
;}
17 type-display: @threedee
{rotation-code: '}';};
21 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title=
"4.2 Rules for handling parsing errors">
25 This line should be green.
28 This line should be green.
30 <div class=
"twopc"><p class=
"two">
31 This line should be green.
34 This line should be green.
37 This line should be green.
40 This line should be green.
42 <p class=
"twentyonea">
43 This line should be green.
45 <p class=
"twentyoneb">
46 This line should be green.
49 This line should be green.