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

> If a given selector in the comma-separated list is invalid, it's always a non-match.

If a given selector in CSS is invalid the entire rule is thrown out.

That said, we could define different behavior from selectors API things, assuming the selector parsing spec gave us a way to parse a comma-separated selector list while only throwing out parts of the list.  Or is the point that it doesn't?

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

Received on Tuesday, 13 March 2018 16:07:45 UTC