[whatwg] Selector API

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

Received on Monday, 17 October 2011 13:41:39 UTC