Testing First Testable Statement of Sec 17.6 of CSS2 Specification
-
1. The border-collapse property has possible values of : "collapse |
separate | inherit".
PASS CRITERIA:
If statement #1 above is passed, then
in the first table below the border-collapse value is collapse.
The rule applied is "#id1 {border-collapse: collapse}".
The second table below has a border-collapse value of separate.
The rule applied there is "#id2 {border-collapse: separate}".
The table below should have border collapse of inherit.
The rule applied is "#id3 {border-collapse: inherit}".
All other properties of this page should be UA-default.