Testing Statement #1 Below of Section 5.6.6 of CSS1 Spec
1. "list-style" has possible values of "keyword | position | url".
PASS CRITERIA:
If statement #1 above is passed, then:
-
This list item shoudl have a list style of upper roman; the rule applied is
"#id1 {list-style: upper-roman}" applied to ol
-
This list item should have a list style of inside; the rule applied is
"#id2 {list-style: inside}" applied to ol
-
This list item should have a list style of oval button marker; the rule
applied is "#id3 {list-style: url(ovalbbut.gif)}" applied to ol
-
This list item should have a list style of upper-roman inside; the rule
applied is '#id4 {list-style: upper-roman inside}" applied to ol
-
This list item should hvae a list style of oval button marker inside;
the rule applied is "#id5 {list-style: upper-roman inside url(ovalbbut.gif)}"
applied to ol
-
This list item should have a list style of upper roman inside; the rule
applied is "#id6 {list-style: upper-roman inside url(any.gif)}" applied to
ol. Since any.gif is not available, it should be ignored.
All other properties of this page should be UA-default.