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>CSS2 Table Backgrounds Test Suite</title> | 4 <title>CSS2 Table Backgrounds Test Suite</title> |
5 <link rel="stylesheet" type="text/css" href="common.css"> | 5 <link rel="stylesheet" type="text/css" href="common.css"> |
6 <style type="text/css"> | 6 <style type="text/css"> |
| 7 body {overflow: hidden;} |
7 strong {text-decoration: underline} | 8 strong {text-decoration: underline} |
8 </style> | 9 </style> |
9 </head> | 10 </head> |
10 <body> | 11 <body> |
11 <h1>CSS2 Table Backgrounds Test Suite</h1> | 12 <h1>CSS2 Table Backgrounds Test Suite</h1> |
12 <h2>Notes</h2> | 13 <h2>Notes</h2> |
13 <p>This test suite is not endorsed or approved by the W3C or anyone besides fant
asai. It tests conformance to fantasai's <a href="../">table background clarific
ation proposal</a>, not the official CSS2 specification. The intent is to demons
trate 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 is not endorsed or approved by the W3C or anyone besides fant
asai. It tests conformance to fantasai's <a href="../">table background clarific
ation proposal</a>, not the official CSS2 specification. The intent is to demons
trate 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 be
low) and its background images (listed below) are in the public domain by assert
ion of their author. No rights reserved.</p> | 15 <p>This test suite (this page and all pages linked from the table of contents be
low) and its background images (listed below) are in the public domain by assert
ion of their author. No rights reserved.</p> |
15 <p>The images used as backgrounds are the following: | 16 <p>The images used as backgrounds are the following: |
16 <ul> | 17 <ul> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 <a href="http://validator.w3.org/check/referer"><img | 69 <a href="http://validator.w3.org/check/referer"><img |
69 src="../images/valid-html401.png" height="31" width="88" | 70 src="../images/valid-html401.png" height="31" width="88" |
70 alt="Valid HTML 4.01!"></a> | 71 alt="Valid HTML 4.01!"></a> |
71 </div> | 72 </div> |
72 <address> | 73 <address> |
73 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 74 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
74 </address> | 75 </address> |
75 | 76 |
76 </body> | 77 </body> |
77 </html> | 78 </html> |
OLD | NEW |