Testing Third Testable Statement of Sec 17.6 of CSS2 Specification
-
3. The border-spacing property has possible values of "length length? |
inherit".
PASS CRITERIA:
If statement #3 above is passed, then
the table below should have border spacing of 2em, because of rule
"#id1 {border-spacing: 2em}".
The table below should have border-spacing of 2em 4em, because of rule
"#id2 {border-spacing: 2em 4em}".
The table below should have border-spacing of inherit, because of rule
"#id3 {border-spacing: inherit}".
All other properties of this page should be UA-default.