[whatwg] Selector API

Boris Zbarsky bzbarsky at MIT.EDU
Mon Oct 17 13:41:39 PDT 2011


On 10/17/11 4:06 PM, Bronislav Klučka wrote:
> Hello,
> but let's say there are multiple ul.list element on the page and e.g.
> via click event I got reference to one of those list
> myListVariable.querySelectorAll(" > li");
> does not work... selector is missing parent reference
>
> of course the same goes for + and ~ combinators

:scope addresses this, right?

-Boris


More information about the whatwg mailing list