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