Re: OL starting with zero

At 2:44 AM +0100 3/26/02, Christoph P”per wrote:
>  > Might I suggest an extra list-style-type, say "code"
>>  which is equivalent to "decimal" but starts with zero?
>
>You mean decimal-leading-zero?

No, I think he means one where the first element is numbered
zero instead of one. E.g.:

<ol>
   <li>first</li>
   <li>second</li>
   <li>third</li>
</ol>

With his proposed list-style-type: code, you'd get something
that looks like this:

    0. first
    1. second
    2. third

I'm neither supporting nor opposing this proposal, just helping
to explain what I think was requested.

--Kynn

-- 
Kynn Bartlett <kynn@idyllmtn.com>                 http://kynn.com
Chief Technologist, Idyll Mountain            http://idyllmtn.com
Next Book: Teach Yourself CSS in 24       http://cssin24hours.com
Kynn on Web Accessibility ->>          http://kynn.com/+sitepoint

Received on Monday, 25 March 2002 21:57:43 UTC