CSS2 Test Suite: 12.6.2 list-style-image
[index page] [section] [Previous] [Next] [Specification]
The style declarations contained within this page:
.cl1 {list-style-image: url(pix/orancirc.gif);}
.cl2 {list-style-image: none;}
.parent {list-style-image: none;}
.inh1 {list-style-image: url(pix/orancirc.gif);}
- [cl1] This ordered list...
- ...should have orange circle images as markers...
- ...next to its list items.
- [cl1] This ordered list...
- ...should have default markers, and not images...
- ...next to its list items.
- This list item should have a default marker.
- This list item contains a nested list.
- The list items in this list should also have default markers, which may not match the default markers for the parent list.
- This is because of the style attribute on the 'ul' element, which has been set to inherit the value of
list-style-image
.
- Should the markers in this sub-list be orange circle images, the test has been failed.
- This list item should have a default marker, as it is the end of the parent element.
[index page] [section] [Previous] [Next] [Specification]