Re: [css-d] List numbering

2009-09-23 Thread Climis, Tim
> Hi Tim - Often when numbering like this is used it's quite important > that it is correct (e.g. legal docs). I think you'll find that there > significant cross-browser problems (the usual culprit) with numbering > this way. Even if the browser gets it right you may not want to do it > thi

Re: [css-d] List numbering

2009-09-23 Thread Tim Snadden
On 24/09/2009, at 8:40 AM, Climis, Tim wrote: >> I was looking in the spec, and it didn't look like there was an >> option for it, but perhaps I'm blind. > > Nevermind Apparently I'm blind. There's an example of how to > do this right there in the spec with counters. > > Sorry everyone.

Re: [css-d] List numbering

2009-09-23 Thread Climis, Tim
> I was looking in the spec, and it didn't look like there was an option for > it, but perhaps I'm blind. Nevermind Apparently I'm blind. There's an example of how to do this right there in the spec with counters. Sorry everyone. ---Tim ___

[css-d] List numbering

2009-09-23 Thread Climis, Tim
Is there an easy way to do ordered list numbering like this: 1 1.1 1.2 1.3 2 2.1 ... For mark up like: ... I was looking in the spec, and it didn't look like there was an option for it, but perhaps I'm blind. ---Tim __