Testing Statement #5 Below of Section 4.1.2 of CSS1 Spec
5. Three of the seven properties can be set to "auto": "margin-left", "width",
and "margin-width."
PASS CRITERIA:
If statement #5 above is passed, then:
-
This list item should have width of "auto" or UA-default. The rules applied
are: "li {width: auto;
margin-width: auto;
xxx: auto;
margin-left: auto;
border-left: 1px;
padding-left: 1px;
margin-right: 1px;
border-right: 1px;
padding-right: 1px;
}"
All other properties should be UA-default.
To move directly to the next test, click here