Sent by Peter Williams on 23 September 2002 02:02
> -----Original Message-----
> From: Alan K. Gay
>
> HTML prior to 4.0 allowed a start="N" attribute inside the <OL> tag.
> That attribute has been deprecated, so I can't validate "strict" with it
> in place. What is the CSS way to start an ordered list at a number
> other than "1"?
>
CSS2 rec.
http://www.w3.org/TR/REC-CSS2/
Part 12 Generated content, automatic numbering, and lists.
Talks about using counters with lists, etc. Looks a bit more
complex/capable than the start attribute in html though.
--
Peter Williams