Testing Statement #2 Below of Section 5.5.16 of CSS1 Spec
-
2. For "border-color", initial is the value of the "color" property, it applies
to all elements, it is not inherited, and percentage values are N/A.
PASS CRITERIA:
Note: border-style of solid applies to all cases below.
If statement #2 above is passed, this paragraph should have a border color
of UA-default.
The rule applied is "p {border-color: }".
So the border-color property applies to the "p" element.
This h3 element should have a border color of red
This emphasized text should have a border color of UA-default, since the
border color property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {border-color: red}".
So the border color property applies to em and h3.
THis h4 element should have a border color which is blue.
The rule applied is "border-color: blue".
So the border color property applies to h4.
This strong text should have a border color of yellow
; so the border color property applies
to the strong element.
The rule applied is "strong {border-color: yellow}".
This blockquote element should have a border color of UA-default.
The rule stated is "blockquote {border-color: 200%}", which should be
ignored since percentages do not apply.
All other properties of this page should be UA-default.