Testing Statement #7 Below of Section 1.6 of CSS1 Spec
-
7. Contextual selectors in CSS1 look for ancestor relationships.
"PASS" CRITERIA
If statement #7 is true, then:
-
This list-item should be red; the rule applied is "UL UL LI {color: red}"
The word important(em) in this list-item should be green; the rule
applied is "UL UL LI EM {color: green}"
Your browser should render this page similarly to this
reference image or to thisreference image.