Testing Statement #3 Below of Section 2.2 of CSS1 Spec
-
3. UAs may ignore all rules with ":first-line" or ":first-letter" in
the selector, or alternatively, only support a subset of the properties
on these pseudo-elements.
PASS CRITERIA:
If statement #3 above is passed, then:
The first line of this paragraph may be small-caps or UA-default.
The other lines are UA-default, as are the other properties. The
pseudo-element that may be applied is "p:first-line { font-style: small-caps }".
T
he first letter of this paragraph is 200% font size
with left float, or UA-default.
The remaining properties are UA-default. The pseudo-element that may be 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.