Testing Statement #2 Below of Section 5.4.2 of CSS1 Spec
-
1. For "letter-spacing", initial is "normal", it applies to all
elements, it is inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #2 above is passed, this paragraph should be normal.
The rule applied is "p {letter-spacing: }".
So the letter-spacing property applies to the "p" element.
This h3 element should have a 0.5em letter spacing
This emphasized text should have a 0.5em letter spacing, since the word
spacing property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {letter-spacing: 0.5em}".
So the letter spacing property applies to em and h3.
THis h4 element should have a letter spacing which is normal.
The rule applied is "letter-spacing: normal".
So the letter spacing property applies to h4.
This strong text should have a letter spacing of 1.5em
; so the letter spacing property applies
to the strong element.
The rule applied is "strong {letter-spacing: 1.5em}".
This blockquote element should be UA-default.
The rule applied is "blockquote {letter-spacing: 200%}", which should be
ignored since percentages are not applicable.
All other properties of this page should be UA-default.
To move to the next test, click here