Testing Statement #2 Below of Section 2.2 of CSS1 Spec
-
2. In CSS1, two such typographical items can be addressed through
pseudo-elements: the first line of an element and the first letter.
PASS CRITERIA:
If statement #2 above is passed, then:
The first line of this paragraph should be small caps font size.
The other lines are UA-default, as are the other properties. The
pseudo-element applied is "p:first-line { font-style: small-caps }".
T
he first letter of this paragraph is 200% font size
with left float.
The remaining properties are UA-default. The pseudo-element applied
is "p:first-letter {font-size: 200%; float: left}".
Your browser should render this page similarly to this
reference image or to thisreference image.