c71-fwd-parsing-000.xht (1929B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 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 <link rel="match" href="c71-fwd-parsing-000-ref.xht" /> 10 11 <style type="text/css"><![CDATA[ 12 p.one {color: green; rotation: 70deg;} 13 p.oneb {color: green;} 14 p.oneb {color: invalidValue;} 15 div.twopc { background: white url(support/swatch-red.png); color: green; } 16 p.two {background-color: inherit;} 17 p.eight {COLOR: GREEN;} 18 p.twentya {rotation-code: "}"; color: green;} 19 p.twentyb {rotation-code: "\"}\""; color: green;} 20 p.twentyonea {rotation-code: '}'; color: green;} 21 p.twentyoneb {rotation-code: '\'}\''; color: green;} 22 p.twentytwo { 23 type-display: @threedee {rotation-code: '}';}; 24 color: green; 25 } 26 ]]></style> 27 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors"/> 28 </head> 29 <body> 30 <p class="one"> 31 This sentence should be green. 32 </p> 33 <p class="oneb"> 34 This sentence should be green. 35 </p> 36 <div class="twopc"><p class="two"> 37 This sentence should be green. 38 </p></div> 39 <p class="eight"> 40 This sentence should be green. 41 </p> 42 <p class="twentya"> 43 This sentence should be green. 44 </p> 45 <p class="twentyb"> 46 This sentence should be green. 47 </p> 48 <p class="twentyonea"> 49 This sentence should be green. 50 </p> 51 <p class="twentyoneb"> 52 This sentence should be green. 53 </p> 54 <p class="twentytwo"> 55 This sentence should be green. 56 </p> 57 </body> 58 </html>