Re: Select a parrent node with s CSS selector?

Rather then use "<" to select parent element, I find it more sane to use
some special sort of mark the one you want in the search path of a selection.

I'd propose using a pair of () as the real target of a selector:

    body>div.content (a:link) > p.description

The overhead of this implementation may just be one more variable to hold
the target.

-- 
Cheers,
Kang-min Liu

Received on Tuesday, 24 April 2007 13:15:15 UTC