The spec now says :is/:where should parse as a forgiving selector list: https://drafts.csswg.org/selectors/#matches
<rdar://problem/70384483>
Created attachment 411851 [details] patch
Created attachment 411863 [details] patch
Comment on attachment 411863 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=411863&action=review > Source/WebCore/css/parser/CSSSelectorParser.cpp:95 > + return CSSSelectorList { WTFMove(selectorList) }; I don't think you need to specify CSSSelectorList here if you don't want to.
> I don't think you need to specify CSSSelectorList here if you don't want to. I had the same thought but it is marked explicit.
(In reply to Antti Koivisto from comment #5) > > I don't think you need to specify CSSSelectorList here if you don't want to. > > I had the same thought but it is marked explicit. This is what I get for thinking.
Committed r268741: <https://trac.webkit.org/changeset/268741> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411863 [details].