layout/reftests/table-background/backgr_index.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
     2 <head>
     3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
     4 <title>CSS2 Table Backgrounds Test Suite</title>
     5 <link rel="stylesheet" type="text/css" href="common.css">
     6 <style type="text/css">
     7 strong {text-decoration: underline}
     8 </style>
     9 </head>
    10 <body>
    11 <h1>CSS2 Table Backgrounds Test Suite</h1>
    12 <h2>Notes</h2>
    13 <p>This test suite is not endorsed or approved by the W3C or anyone besides fantasai. It tests conformance to fantasai's <a href="../">table background clarification proposal</a>, not the official CSS2 specification. The intent is to demonstrate the proposal's effects under various styling conditions and to clarify any ambiguity in the proposal in preparation for a better-worded errata suggestion. It's not particularly well-designed, but it is comprehensive.</p>
    14 <p>This test suite (this page and all pages linked from the table of contents below) and its background images (listed below) are in the public domain by assertion of their author. No rights reserved.</p>
    15 <p>The images used as backgrounds are the following:
    16   <ul>
    17   <li><img alt="rainbowh.gif" src="rainbowh.gif">
    18   <li><img alt="rainbowv.gif" src="rainbowv.gif">
    19   <li><img alt="edge.gif" src="edge.gif">
    20   </ul>
    21 <p>They are in GIF format, with transparency.</p>
    22 <p>Each color band in the rainbow backgrounds is 20 pixels wide. Each stripe within the color band is two pixels wide.</p>
    23 <p>The aqua and purple band is 10 pixels wide. Each stripe within the band is two pixels wide.</p>
    24 <p>Many image background rules in this test suite are backed up with a 'black' background color.</p>
    25 <p>This test suite assumes that <strong>the border edge for a table element in a table with collapsed borders is the <em>middle</em> of the border around the element, not the outer or inner edge.</strong> (This also needs to be addressed by CSS2.1.) It also assumes support for proper ordering of tables with <code class="sgmltag">&lt;tfoot&gt;</code>.</p>
    27 <h2>Table of Contents</h2>
    28 <ol style="list-style-type: upper-latin">
    29 <li>Background Area
    30     <ol>
    31     <li><a href="backgr_simple-table.html">Background on 'table'</a>
    32     <li><a href="backgr_simple-table-row-group.html">Background on 'table-row-group'</a>
    33     <li><a href="backgr_simple-table-column-group.html">Background on 'table-column-group'</a>
    34     <li><a href="backgr_simple-table-row.html">Background on 'table-row'</a>
    35     <li><a href="backgr_simple-table-column.html">Background on 'table-column'</a>
    36     <li><a href="backgr_simple-table-cell.html">Background on 'table-cell'</a>
    37     </ol>
    38 <li>Background Position
    39     <ol>
    40     <li><a href="backgr_position-table.html">Background on 'table'</a>
    41     <li><a href="backgr_position-table-row-group.html">Background on 'table-row-group'</a>
    42     <li><a href="backgr_position-table-column-group.html">Background on 'table-column-group'</a>
    43     <li><a href="backgr_position-table-row.html">Background on 'table-row'</a>
    44     <li><a href="backgr_position-table-column.html">Background on 'table-column'</a>
    45     <li><a href="backgr_position-table-cell.html">Background on 'table-cell'</a>
    46     </ol>
    47 <li>Background Layers
    48     <ol>
    49     <li><a href="backgr_layers-show.html">empty-cells: show</a>
    50     <li><a href="backgr_layers-hide.html">empty-cells: hide</a>
    51     </ol>
    52 <li>Background with Borders
    53     <ol>
    54     <li><a href="backgr_border-table.html">Background on 'table'</a>
    55     <li><a href="backgr_border-table-row-group.html">Background on 'table-row-group'</a>
    56     <li><a href="backgr_border-table-column-group.html">Background on 'table-column-group'</a>
    57     <li><a href="backgr_border-table-row.html">Background on 'table-row'</a>
    58     <li><a href="backgr_border-table-column.html">Background on 'table-column'</a>
    59     <li><a href="backgr_border-table-cell.html">Background on 'table-cell'</a>
    60 <li>Special Tests
    61     <ol>
    62     <li><a href="backgr_layers-opacity.html">Opacity</a>
    63     <li><a href="backgr_fixed-bg.html">Fixed Backgrounds</a>
    64     </ol>
    65 </ol>
    67 <div class="validity">
    68   <a href="http://validator.w3.org/check/referer"><img
    69      src="valid-html401.png" height="31" width="88"
    70      alt="Valid HTML 4.01!"></a>
    71 </div>
    72 <address>
    73   CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai&#64;escape.com&gt;
    74 </address>
    76 </body>
    77 </html>

mercurial