Testing Fourth Testable Statement of Section 2.0 of CSS1 Spec
-
4. The behavior of pseudo-classes and pseudo-elements is described by a
fictional tag sequence where they have a well-defined order.
"PASS" CRITERIA:
If statement #4 above is passed, then:
This link is lime if unvisited; the pseudo-class is
"A:link {color: lime}". This link is
maroon if visited; the pseudo-class is "A:visited {color: maroon}".
The first line of this (and all) paragraphs should have italic font style.
All should have big first letters also.
The remaining lines should be UA-default. The pseudo-element applied is
"P:first-line {font-style: italic}".
T
he first
two words of this paragraph have a large "T" to start.
The pseudo-element
applied is "P:first-letter {font-size: 200%; float-left;}". Everything
else is UA-default.
The "rules" above represent a fictional tag sequence where order is important.
Your browser rendering of this page should be similar to this
reference image or to this reference
image.
To move directly to the next test, click here.