Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
michael@0 | 2 | <head> |
michael@0 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
michael@0 | 4 | <title>Background on 'table-cell'</title> |
michael@0 | 5 | <link rel="next" href="backgr_layers-show.html" title="Background Layers: empty-cells: show"> |
michael@0 | 6 | <link rel="prev" href="backgr_position-table-column.html" title="Background Position: Background on 'table-column'"> |
michael@0 | 7 | <link rel="contents" href="./backgr_index.html" title="Table of Contents"> |
michael@0 | 8 | <link rel="stylesheet" type="text/css" href="common.css"> |
michael@0 | 9 | <style type="text/css"> |
michael@0 | 10 | |
michael@0 | 11 | .e {background: black url(edge.gif) top left no-repeat} |
michael@0 | 12 | .m {background: black url(edge.gif) bottom right no-repeat} |
michael@0 | 13 | |
michael@0 | 14 | </style> |
michael@0 | 15 | </head> |
michael@0 | 16 | <body> |
michael@0 | 17 | <h1>CSS2 Table Backgrounds Test Suite</h1> |
michael@0 | 18 | |
michael@0 | 19 | <h2>Part B: Background Position</h2> |
michael@0 | 20 | |
michael@0 | 21 | <h3>Background on 'table-cell'</h3> |
michael@0 | 22 | |
michael@0 | 23 | <p>Two cells are styled.</p> |
michael@0 | 24 | <p>There should be three aqua stripes just inside the top and left padding edges of cell E.</p> |
michael@0 | 25 | <p>There should be three aqua stripes just inside the bottom and right padding edges of Cell M</a> |
michael@0 | 26 | |
michael@0 | 27 | <dl> |
michael@0 | 28 | <dt>next |
michael@0 | 29 | <dd><a href="backgr_layers-show.html">Background Layers: empty-cells: show</a> |
michael@0 | 30 | <dt>previous |
michael@0 | 31 | <dd><a href="backgr_position-table-column.html">Background Position: Background on 'table-column'</a> |
michael@0 | 32 | <dt>contents |
michael@0 | 33 | <dd><a href="./backgr_index.html">Table of Contents</a> |
michael@0 | 34 | </dl> |
michael@0 | 35 | |
michael@0 | 36 | <table class="separate"> |
michael@0 | 37 | <caption>With 'border-collapse: separate'</caption> |
michael@0 | 38 | <colgroup class="colgroup-A"> |
michael@0 | 39 | <col class="col-1"> |
michael@0 | 40 | <col class="col-2"> |
michael@0 | 41 | <col class="col-3"> |
michael@0 | 42 | </colgroup> |
michael@0 | 43 | <colgroup class="colgroup-B"> |
michael@0 | 44 | <col class="col-4"> |
michael@0 | 45 | </colgroup> |
michael@0 | 46 | <thead> |
michael@0 | 47 | <tr class="th-row-1"> |
michael@0 | 48 | <th class="a">TH A</th> |
michael@0 | 49 | <th class="b">TH B</th> |
michael@0 | 50 | <th class="c">TH C</th> |
michael@0 | 51 | <th class="d">TH D</th> |
michael@0 | 52 | </tr> |
michael@0 | 53 | </thead> |
michael@0 | 54 | <tfoot> |
michael@0 | 55 | <tr class="tf-row-1"> |
michael@0 | 56 | <td class="m" colspan=2>TD M</td> |
michael@0 | 57 | |
michael@0 | 58 | <td class="o">TD O</td> |
michael@0 | 59 | <td class="p">TD P</td> |
michael@0 | 60 | </tfoot> |
michael@0 | 61 | <tbody> |
michael@0 | 62 | <tr class="tb-row-1"> |
michael@0 | 63 | <td class="e" rowspan=2>TD E</td> |
michael@0 | 64 | <td class="f">TD F</td> |
michael@0 | 65 | <td class="g">TD G</td> |
michael@0 | 66 | <td class="h">TD H</td> |
michael@0 | 67 | </tr> |
michael@0 | 68 | <tr class="tb-row-2"> |
michael@0 | 69 | |
michael@0 | 70 | <td class="j">TD J</td> |
michael@0 | 71 | <td class="k">TD K</td> |
michael@0 | 72 | <td class="l">TD L</td> |
michael@0 | 73 | </tr> |
michael@0 | 74 | </tbody> |
michael@0 | 75 | </table> |
michael@0 | 76 | |
michael@0 | 77 | <table class="collapse"> |
michael@0 | 78 | <caption>With 'border-collapse: collapse'</caption> |
michael@0 | 79 | <colgroup class="colgroup-A"> |
michael@0 | 80 | <col class="col-1"> |
michael@0 | 81 | <col class="col-2"> |
michael@0 | 82 | <col class="col-3"> |
michael@0 | 83 | </colgroup> |
michael@0 | 84 | <colgroup class="colgroup-B"> |
michael@0 | 85 | <col class="col-4"> |
michael@0 | 86 | </colgroup> |
michael@0 | 87 | <thead> |
michael@0 | 88 | <tr class="th-row-1"> |
michael@0 | 89 | <th class="a">TH A</th> |
michael@0 | 90 | <th class="b">TH B</th> |
michael@0 | 91 | <th class="c">TH C</th> |
michael@0 | 92 | <th class="d">TH D</th> |
michael@0 | 93 | </tr> |
michael@0 | 94 | </thead> |
michael@0 | 95 | <tfoot> |
michael@0 | 96 | <tr class="tf-row-1"> |
michael@0 | 97 | <td class="m" colspan=2>TD M</td> |
michael@0 | 98 | |
michael@0 | 99 | <td class="o">TD O</td> |
michael@0 | 100 | <td class="p">TD P</td> |
michael@0 | 101 | </tfoot> |
michael@0 | 102 | <tbody> |
michael@0 | 103 | <tr class="tb-row-1"> |
michael@0 | 104 | <td class="e" rowspan=2>TD E</td> |
michael@0 | 105 | <td class="f">TD F</td> |
michael@0 | 106 | <td class="g">TD G</td> |
michael@0 | 107 | <td class="h">TD H</td> |
michael@0 | 108 | </tr> |
michael@0 | 109 | <tr class="tb-row-2"> |
michael@0 | 110 | |
michael@0 | 111 | <td class="j">TD J</td> |
michael@0 | 112 | <td class="k">TD K</td> |
michael@0 | 113 | <td class="l">TD L</td> |
michael@0 | 114 | </tr> |
michael@0 | 115 | </tbody> |
michael@0 | 116 | </table> |
michael@0 | 117 | <div class="validity"> |
michael@0 | 118 | <a href="http://validator.w3.org/check/referer"><img |
michael@0 | 119 | src="valid-html401.png" height="31" width="88" |
michael@0 | 120 | alt="Valid HTML 4.01!"></a> |
michael@0 | 121 | </div> |
michael@0 | 122 | <address> |
michael@0 | 123 | CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com> |
michael@0 | 124 | </address> |
michael@0 | 125 | |
michael@0 | 126 | </body> |
michael@0 | 127 | </html> |