Testing Statement #2 Below of Section 5.5.14 of CSS1 Spec
-
2. For "border-left-width", initial is "medium", it applies to all elements, it
is not inherited, and percentage values are N/A.
PASS CRITERIA:
Note: border-style of dotted applies here.
If statement #2 above is passed, this paragraph should have a border left
width of medium.
The rule applied is "p {border-left-width: }".
So the border-left-width property applies to the "p" element.
This h3 element should have a border left width of 2em
This emphasized text should have a border left width of UA-default, since
the border left width property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {border-left-width: 2em}".
So the border left width property applies to em and h3.
THis h4 element should have a border left width which is 4em.
The rule applied is "border-left-width: 4em".
So the border left width property applies to h4.
This strong text should have a border left width of 6em
; so the border left width property applies
to the strong element.
The rule applied is "strong {border-left-width: 6em}".
(NOTE: Should other HTML elements be mentioned?)
This blockquote element should have a margin top of UA-default.
The rule applied is "blockquote {border-left-width: 200%}", which should be
ignored sinced percentages do not apply.
All other properties of this page should be UA-default.