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