View Single Post
Old 07-14-2010, 02:01 PM   #9
Peter Sorotokin
speaking for myself
Peter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it isPeter Sorotokin knows what time it is
 
Posts: 139
Karma: 2166
Join Date: Feb 2008
Location: San Francisco Bay Area
Device: PRS-505
Quote:
Originally Posted by HarryT View Post
What's the replacement for it, Peter? I'm really surprised that there's no way to implement numbered lists with numbers that you can choose yourself; it seems an extremely "retrograde" step to remove such a facility without providing a substitute.
I think it will reappear in HTML5/XHTML5.

The sad truth is that automatic list numbering and counters are not integrated in CSS2. Supposedly, CSS3 will fix it with list-item counter name, but the spec as it stands is still incomplete (it does not explain how to handle nested numbered lists).

Also CSS numbering scheme is too simplistic does not match any real-world word processors, so its utility is very limited. It does work for simple things, but the moment you get into complex document transformations, the easiest thing to do is to simply insert all the generated content yourself.
Peter Sorotokin is offline   Reply With Quote