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

So step 3 of https://dom.spec.whatwg.org/#scope-match-a-selectors-string needs to change to store the result in variable and then remove any instances of _node_ from that variable and then return that variable?

Why does DOM need to handle this and not SELECTORS? Does SELECTORS have other callers that want this kind of behavior?

---
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-224596029

Received on Wednesday, 8 June 2016 13:55:03 UTC