- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Mar 2018 00:06:12 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 March 2018 07:06:35 UTC
I realized this issue is actually invalid as filed. The example given ``` var autofilled = node.matches(":autofill, :-webkit-autofill, :-moz-autofill"); ``` never matches anything due to how selector parsing works. If a given selector in the comma-separated list is invalid, it's always a non-match. That's also true when you use such a selector in CSS. Combined with the seeming non-interest in `query`/`queryAll`, let's close this. -- 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-372567127
Received on Tuesday, 13 March 2018 07:06:35 UTC