CSS1 Test Suite: 5.6.6 list-style


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {list-style: upper-alpha inside;}
.two {list-style: url(redsquare.gif) disc outside;}

  • The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving no blank space beneath the capital-A.
  • The text in this item have a red square for its bullet; failing that, a disc. Also, the bullet should be outside the text block, as the list has been set to 'outside'.

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