Testing Statement #4 Below of Section 1.6 of CSS1 Spec
-
4. Contextual selectors consist of several simple selectors separated by
whitespace.
"PASS" CRITERIA
If statement #4 is passed, then:
-
This list-item should be UA-default.
-
This list-item should be aqua (if cursive is supported). There are two "ul" ancestors for an "li" tag. The rule applied is "ul ul li {color: aqua; font-family: cursive;}".
Whitespace separates ul, ul, and li selectors above.
To move directly to the next test, click here