Testing Statement #3 Below of Section 5.4.2 of CSS1 Spec
-
3. The length unit indicates an addition to the default space between characters.
Values can be negative, but there may be implementation-specific limits.
PASS CRITERIA:
If statement #3 above is passed, this paragraph should have an
increase of 0.2em over the default between letters.
The rule applied is "#id1 {letter-spacing: 0.2em}".
This paragraph should have the default letter spacing. It should not look
the same as the paragraph above.
No explicit CSS rules are applied here.
THis h3 heading shoudl have a letter spacing of -0.2em (negative value)
over the default.
The rule applied is '#id2 {letter-spacing: -0.2em}".
This h3 heading should have the default letter spacing. It should not look
the same as the heading above. No explicit CSS rules are applied here.
The heading above has negative value for letter spacing, so should be
overlapping text.
All other properties of this page should be UA-default.
To move to the next test, click here