Testing Fourth Testable Statement of Sec 17.6 of CSS2 Specification
-
4. The border-spacing property has initial 0, it applies to table
and inline-table elements, it is inherited, percentages are N/A, and media
is visual.
PASS CRITERIA:
If statement #4 above is passed, then
in the first table below the border-spacing value is 0 (initial
value).
The rule applied is "#id1 {border-spacing:}".
The second table below has a border-spacing value of 2em.
The rule applied there is "#id2 {border-spacing: 2em}".
Note that this table has included table also with border-spacing of
2em, since this property is inherited.
The table below should have border spacing of UA-default.
The rule specified is "#id3 {border-spacing: 200%}".
This rule is ignored, since percentages do not apply.
This paragraph should be UA-default.
The rule specified is "p {border-spacing: 2em 4em}", which is ignored
since the property only applies to table and inline-table elements.
All other properties of this page should be UA-default.