CSS1 Test Suite: 5.6.3 list-style-type


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {list-style-type: disc;}
.two {list-style-type: circle;}
.three {list-style-type: square;}
.four {list-style-type: lower-roman;}
.five {list-style-type: upper-roman;}
.six {list-style-type: lower-alpha;}
.seven {list-style-type: upper-alpha;}
.eight {list-style-type: decimal;}
.nine {list-style-type: none;}


  1. This list...
  2. ...should feature...
  3. ...lowercase Roman numerals for each item.
  1. This list...
  2. ...should feature...
  3. ...uppercase Roman numerals for each item.
  1. This list...
  2. ...should feature...
  3. ...lowercase letters for each item.
  1. This list...
  2. ...should feature...
  3. ...uppercase letters for each item.
  1. This list should feature...
  2. ...letters for each item...
  3. ...except this one.
TABLE Testing Section
 
  • This list...
  • ...should feature...
  • ...discs for each item.
  • This list...
  • ...should feature...
  • ...circles for each item.
  • This list...
  • ...should feature...
  • ...squares for each item.
  1. This list...
  2. ...should feature...
  3. ...lowercase Roman numerals for each item.
  1. This list...
  2. ...should feature...
  3. ...uppercase Roman numerals for each item.
  1. This list...
  2. ...should feature...
  3. ...lowercase letters for each item.
  1. This list...
  2. ...should feature...
  3. ...uppercase letters for each item.
  1. This list should feature...
  2. ...letters for each item...
  3. ...except this one.
  • This list...
  • ...should feature...
  • ...nothing for each item.

[Previous] [Next] [Section] [Contents] [Specification]