CSS2 Test Suite: 12.6.2 list-style

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

.cl1 {list-style: lower-roman;}
.cl2 {list-style: inside upper-alpha;}
.cl3 {list-style: outside url(pix/orancirc.gif) circle;}
.cl3 .li-test {list-style-image: none;}
.parent {list-style: inside disc url(pix/orancirc.gif);}
.inh1 {list-style: square outside;}


  1. [cl1] This list items in this ordered list...
  2. ...should have lower-roman markers outside the content...
  3. ...for each item in the list.
  1. [cl2] This list items in this ordered list...
  2. ...should have upper-alpha markers inside the content...
  3. ...for each item in the list.


[index page] [section] [Previous] [Next] [Specification]