On Wed, Mar 26, 2008 at 11:22 AM, Krzysztof Żelechowski < [EMAIL PROTECTED]> wrote:
> Another example of missing interleave in HTML is > not to be able to interleave list items with table rows > in order to provide numbering. > These are independent sets of elements and they cannot play together. > Sad. > > Chris > How would you even *do* this? Can you give an example of how you think the HTML should look? I doubt this is something we'd ever want in HTML. CSS3 can do this just fine with generated content and counters, though. ~TJ
