[webkit-reviews] review granted: [Bug 217814] Implement <forgiving-selector-list> for :is/:where : [Attachment 411863] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 09:36:33 PDT 2020


Sam Weinig <sam at webkit.org> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 217814: Implement <forgiving-selector-list> for :is/:where
https://bugs.webkit.org/show_bug.cgi?id=217814

Attachment 411863: patch

https://bugs.webkit.org/attachment.cgi?id=411863&action=review




--- Comment #4 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 411863
  --> https://bugs.webkit.org/attachment.cgi?id=411863
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.


More information about the webkit-reviews mailing list