Summary: | Implement <forgiving-selector-list> for :is/:where | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Ruud <andruud> | ||||||
Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | allan.jensen, cdumez, emilio, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, hi, joepeck, kangil.han, koivisto, macpherson, menard, sam, simon.fraser, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar, WebExposed | ||||||
Version: | Safari 14 | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | 217905, 218009 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Anders Ruud
2020-10-16 05:29:43 PDT
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]. |