Re: [CSS3] Generated and Replaced Content - Grouping (long, examples)

Ian Hickson [ian@hixie.ch] wrote:

>    <::pseudo>
>     <dt>...</dt>
>     <dd>...</dd>
>    </::pseudo>
> A solution could be:
>
>   dl::pseudo(from the earliest ungroupped dt,
>              including all the dts that immediately follow it,
>              including all the dds that immediately follow _that_,
>              and stopping just before the next dt or the end of parent)

But selectors aren't.

dl::pseudo( dt + dd )

Could that do the job?

-Chris "SoopahMan" Moschini
http://hiveminds.info/
http://soopahman.com/

Received on Thursday, 30 October 2003 14:36:08 UTC