Testing the first testable statement for section 1.2 of CSS1 specification
-
1. To reduce the size of style sheets, one can group selectors in comma-separated
lists.
"PASS" CRITERIA:
If statement #1 above is passed, this paragraph
should be lime Helvetica (if Helvetica is available).
Otherwise it should be sans-serif.
All other properties should be UA-default.
The rule applied here is "P, H2, H3 {color: lime; font-family: Helvetica,
sans-serif}".
This heading (h2) should also be lime helvetica.
This heading (h3) should also be lime helvetica.
To move directly to the next test, click here.