Testing Statement #2 Below of Section 5.5.24 of CSS1 Spec
-
2. For "height", initial is auto, it applies to block-level and replaced elements,
it is not inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #2 above is passed, this paragraph should have a height of
auto. THe rule applied is "p {height: }".
Also, a general rule applied is "body {height: 100px}".
This h3 element should have a height of 20px.
The rule applied is "h3 {height: 20px}".
This replaced element (img) should have a
height of 30px. The rule applied is "img {height: 30px}".
This image should be a green oval button.
This h5 element should have a height of UA-default, even though h5 is
a child of body, which has a height of 100px. This is because the
height property is not inherited.
THis h4 element should have a height of UA-default.
The rule stated is "h4 {height: 50%}" which should be ignored
since percentages are not applicable.
All other properties of this page should be UA-default.