Testing First Testable Statement of Sec 17.4 of CSS2 Specification
-
1. The caption-side property has the following values: "top | bottom |
left | right | inherit".
PASS CRITERIA:
If statement #1 above is passed, then
in the first table below, the caption side is top, and in the second table
below, the caption side is bottom.
The rules applied are "#id1 {caption-side: top}", and
"#id2 {caption-side: bottom}".
The two tables below have caption-side of left and right, respectively.
The table below has a caption-side of inherit.
The rules applied are "#id1 {caption-side: top}",
"#id2 {caption-side: bottom}",
"#id3 {caption-side: left}",
"#id4 {caption-side: right}",
"#id5 {caption-side: inherit}".
All other properties of this page should be UA-default.