I am working on a site that makes heavy use of ordered lists. To my dismay the
start and
type attributes have been depreciated in Strict XHTML 1.0 and 1.1. Fortunately there seem to be some CSS properties:
counter-reset and
counter-increment I found here:
[w3.org...]
Is this a good cross-browser solution? It seems a bit awkward compared to the method I'm used to. Are any of you using this?