Testing Statement #11 Below of Section 4.1.2 of CSS1 Spec
11. Otherwise, if both "margin-left" and "margin-right" are "auto', they will
be set to equal values. This will center the element inside its parent.
PASS CRITERIA:
If statement #11 above is passed, then:
-
This list item should be centered with respect to width, because both
"margin-left" and "margin-right" are set to "auto".
The rules applied are "li {margin-left: auto;
margin-right: auto;
}"
All other properties should be UA-default.
To move directly to the next test, click here