Testing Ninth Testable Statement of Sec 18.4 of CSS2 Specification
-
9. The outline-color property has intial "invert ", it applies to all
elements, it is not inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #9 above is passed, this paragraph should have an outline color
of "invert ".
The rule applied is "p {outline-color: }".
So the outline-color property applies to the "p" element.
This h3 element should have a outline-color of red.
This emphasized text should have a outline color of UA-default, since the
outline color property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {outline-color: red}".
So the outline color property applies to em and h3.
THis h4 element should have a outline color which is blue.
The rule applied is "h4 {outline-color: blue}".
So the outline color property applies to h4.
This strong text should have a outline-color of invert.
; so the outline-color property applies
to the strong element.
The rule applied is "strong {outline-color: invert}".
This blockquote element should have a outline-color of UA-default.
The rule applied is "blockquote {outline-color: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.