Testing Ninth Testable Statement of Sec 16.3 of CSS2 Specification
-
9. The text-shadow property has initial none, it applies to all elements,
it is not inherited, and percentage values are
relative to parent element's font size.
PASS CRITERIA:
If statement #9 above is passed, this paragraph should have a text-shadow
of none.
The rule applied is "p {text-shadow: }".
So the text-shadow property applies to the "p" element.
This h3 element should have a text-shadow of 0.2em 0.2em
This emphasized text should have a volume of UA-default, since the
text-shadow property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {text-shadow: 0.2em 0.2em}".
So the text-shadow property applies to em and h3.
THis h4 element should have a text-shadow which is 3px 3px 5px red.
The rule applied is "h4 {text-shadow: 3px 3px 5px red}".
So the text-shadow property applies to h4.
This strong text should have a text-shadow of inherit
; so the text-shadow property applies
to the strong element.
The rule applied is "strong {text-shadow: inherit}".
This blockquote element should have a text-shadow of UA-default.
The rule applied is "blockquote {text-shadow: 50%}".
All other properties of this page should be UA-default.
All other properties of this page should be UA-default.