Re: [whatwg/dom] querySelector/All can accidentally return the scoping element (#263)

The difference between scope-contained and scope-filtered isn't germane to this issue; both of them consider the scoping element to be in scope.  The difference is just whether the *entire* selector has to match inside the scope (scope-contained) or if only the final selected element has to be inside the scope (scope-filtered).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/263#issuecomment-224057676

Received on Monday, 6 June 2016 19:11:27 UTC