Re: [whatwg/dom] Do not throw for query() and queryAll() (#39)

I suppose that implementer interest is needed. If the *only* difference between `queryAll` and `querySelectorAll` were support for relative selectors, then it probably wouldn't be very hard to do, but the whole `Elements extends Array` bit is presumably the hard part.

Also, [one answer to the Stack Overflow question](https://stackoverflow.com/a/23270016) says that "`queryAll()` returns a live `Elements[]` array", but is that really true, @annevk?

---
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/39#issuecomment-231071251

Received on Thursday, 7 July 2016 13:05:10 UTC