Testing Statement #1 Below of Section 4.1.3 of CSS1 Spec
1. Elements with a "display" property value of "list-item" are formatted as
block-level elements but preceded by a label. The type of label is determined
by the "list-style" property.
PASS CRITERIA:
If statement #1 above is passed, then:
-
First list item comes first
-
Second list item comes second
-
First list item comes first
-
Second list item comes second
The top two list items should be formatted differently than the bottom
two.
The "ul" rules applied above are as follows: "UL {list-style: outside}"
and "UL.compact {list-style: inside}" for the second list group.
All other properties on this page should be UA-default.
To move directly to the next test, click here