| 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_border-table-row.html" title="Background with Bord
ers: Background on 'table-row'"> | 5 <link rel="next" href="backgr_border-table-row.html" title="Background with Bord
ers: Background on 'table-row'"> |
| 6 <link rel="prev" href="backgr_border-table-row-group.html" title="Background wit
h Borders: Background on 'table-row-group'"> | 6 <link rel="prev" href="backgr_border-table-row-group.html" title="Background wit
h Borders: 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="resources/common.css"> | 8 <link rel="stylesheet" type="text/css" href="resources/common.css"> |
| 9 <script src="resources/wait-for-onload.js"></script> |
| 9 <style type="text/css"> | 10 <style type="text/css"> |
| 10 | 11 |
| 11 table { border: 3
px dotted} | 12 table { border: 3
px dotted} |
| 12 .colgroup-A {background: black url(resources/edge.gif) bottom right no-repeat;
border: 5px dashed} | 13 .colgroup-A {background: black url(resources/edge.gif) bottom right no-repeat;
border: 5px dashed} |
| 13 .g, .m { border: 5
px dashed} | 14 .g, .m { border: 5
px dashed} |
| 14 .col-3 { border: 9
px dashed} | 15 .col-3 { border: 9
px dashed} |
| 15 .colgroup-B {background: black url(resources/edge.gif) top left no-repeat} | 16 .colgroup-B {background: black url(resources/edge.gif) top left no-repeat} |
| 16 | 17 |
| 17 </style> | 18 </style> |
| 18 </head> | 19 </head> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <a href="http://validator.w3.org/check/referer"><img | 67 <a href="http://validator.w3.org/check/referer"><img |
| 67 src="resources/valid-html401.png" height="31" width="88" | 68 src="resources/valid-html401.png" height="31" width="88" |
| 68 alt="Valid HTML 4.01!"></a> | 69 alt="Valid HTML 4.01!"></a> |
| 69 </div> | 70 </div> |
| 70 <address> | 71 <address> |
| 71 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 72 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 72 </address> | 73 </address> |
| 73 | 74 |
| 74 </body> | 75 </body> |
| 75 </html> | 76 </html> |
| OLD | NEW |