Testing Third Testable Statement of Section 2.0 of CSS1 Spec
-
3. Pseudo-classes and pseudo-elements can be used in CSS selectors but do not
exist in the HTML source. Rather, they are inserted by the UA under certain
conditions to be used for addressing in style sheets.
"PASS" CRITERIA:
If statement #3 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 every paragraph here should be italic font style,
plus a large "T" to start.
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.
Pseudo-classes and pseudo-selectors above are inserted by the UA for addressing in this style sheet.
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.