tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

c71-fwd-parsing-001.xht (1237B)


      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-001-ref.xht" />
     10 
     11   <style type="text/css"><![CDATA[
     12    body { color: navy; }
     13    p.sixa {border-width: medium; border-style: solid;}
     14    p.sixb {border-width: funny; border-style: solid;}
     15    p.sixc {border-width: 50zu; border-style: solid;}
     16    p.sixd {border-width: px; border-style: solid;}
     17   ]]></style>
     18   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors"/>
     19  </head>
     20  <body>
     21   <p>The next four blocks should look identical, to the pixel.</p>
     22   <p class="sixa">Text sample</p>
     23   <p class="sixb">Text sample</p>
     24   <p class="sixc">Text sample</p>
     25   <p class="sixd">Text sample</p>
     26  </body>
     27 </html>