c71-fwd-parsing-003.xht (1457B)
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-003-ref.xht" /> 10 11 <style type="text/css"><![CDATA[ 12 body { color: navy; } 13 p.eighteena {text-decoration: underline overline line-through diagonal; 14 font: bold highlighted 100% sans-serif;} 15 p.eighteenb {text-decoration: underline overline line-through diagonal; 16 font: bold highlighted 100% serif;} 17 em, p.nineteena ! em, strong {font-size: 200%; } 18 ]]></style> 19 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors"/> 20 </head> 21 <body> 22 <p>These four lines should look identical, to the pixel.</p> 23 <p class="eighteena"> 24 These four lines should look identical, to the pixel. 25 </p> 26 <p class="eighteenb"> 27 These four lines should look identical, to the pixel. 28 </p> 29 <p class="nineteena"> 30 These four lines should look identical, to the pixel. 31 </p> 32 </body> 33 </html>