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

Or could `querySelector`, `matches` etc. support multiple parameters, e.g.,

```js
var autofilled = node.matches(":autofill", ":-webkit-autofill", ":-moz-autofill");
```

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

Received on Tuesday, 13 March 2018 21:49:24 UTC