Testing Statement #2 Below of Section 5.6.4 of CSS1 Spec
2. "list-style-image" has initial none, it applies to elements with display value
list-item, it is inherited, nad percentage values are N/A.
PASS CRITERIA:
If statement #2 above is passed, then:
-
This list style image should be none (initial value).
THe rule applied is "ol ol {list-style-image: }"
So the list style image applies to ol and li.
-
This list style image should be an oval button.
The rule applied to ul is "ul {list-style-image: url(ovalbbut.gif)}".
So the list style image property applies to ul.
-
This list style image should be none.
The rule applied is to ol is "ol {list-style-image: none}".
-
This list item should also have a list style image of none, because this
property is inherited.
-
This list item should have a list style image of UA-default.
The rule applied is "ul ul ul li {list-style-image: 200%}", which should be
ignored since percentages do not apply.
All other properties of this page should be UA-default.