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

On Thu, 30 Oct 2003, Chris Moschini wrote:
>
> 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?

What does the argument mean, exactly?

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
U+1047E                                         /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 30 October 2003 15:21:14 UTC