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