Testing Statement #4 Below of Section 5.6.6 of CSS1 Spec
4. Setting list-style directly on LI elements can have unexpected results.
It is therefore recommended to set list-style only on the list-type elements
OL and UL.
PASS CRITERIA:
If statement #4 above is passed, then:
- level 1 - only lower alpha styles used - not intended by user?
- level 2 - only lower alpha styles used - not intended by user?
-
Rule "#id1 {list-style: decimal}" applied to ul should make this list item
have a decimal (or disc) marker because li is child of ul
All other properties of this page should be UA-default.