On Jul 12, 5:15 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Josh Bush wrote:
> > Agreed!
> > In addition, I'd like to see the nested element syntax slightly
> > cleaned up:
>
> > 'div#parent>div#child>div#grandchild'
> > and
> > 'div#parent>div#child1,div#child2'
>
> The latter could become
>
> 'div#parent > div#child1 + div#child2'
>
> to remain in CSS selector syntax?
>
> --Klaus

Perfect!

Reply via email to