Testing Fourth Testable Statement of Sec 19.7 of CSS2 Specification
-
4. The elevation property has initial of level, it applies to all
elements, it is inherited, and percentage values are N/A.
PASS CRITERIA:
NOTE: NEEDS TO BE TRANSLATED TO VOICE.
If statement #4 above is passed, this paragraph should have a elevation
of level.
The rule applied is "p {elevation: }".
So the elevation property applies to the "p" element.
This h3 element should have a elevation of 60deg
This emphasized text should have a elevation of 60deg, since the
elevation property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {elevation: 60deg}".
So the elevation property applies to em and h3.
THis h4 element should have a elevation which is below.
The rule applied is "h4 {elevation: below}".
So the elevation property applies to h4.
This strong text should have a elevation of above
; so the elevation property applies
to the strong element.
The rule applied is "strong {elevation: above}".
This blockquote element should have a margin top of UA-default.
The rule applied is "blockquote {elevation: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.