Re: Validator bug

* craig wrote:
>The notes for lists say, "For the UL element, possible values for the type
>attribute are disc, square, and circle" but the validator gives the
>following error message:
>URI : http://bzine.bscene.com.au/entertainment/n.css
>Line: 7 Context : li
>Property list-type doesn't exist : circle
>
>My code is:
>li{list-type:circle;padding-bottom:0.2em}

There is no property "list-type" in CSS Level 2, the property is named
"list-style-type", cf.

  http://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type

Received on Monday, 30 September 2002 00:26:39 UTC