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


Reply via email to