[whatwg] Fw: Lists, <ins>/<del>, and <a>

Andrew Fedoniouk wrote:
> someListElement.select( "li:not(li li)", foo);

That selector won't work anyway, because (according to the Selectors 
spec) :not() can only contain a single simple selector.

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Wednesday, 30 August 2006 00:07:42 UTC