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

Hmm, so `<style scoped>` is gone. And `query()` uses https://dom.spec.whatwg.org/#match-a-relative-selectors-string (I forgot to comment out that algorithm when commenting out `query()`) which passes different arguments to the algorithm. So either there are more entry points or we should adjust the algorithm a bit?

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

Received on Thursday, 9 June 2016 07:44:53 UTC