| Summary: | [web-animations] font-synthesis should support discrete animation | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> | ||||||
| Component: | New Bugs | Assignee: | Antoine Quint <graouts> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | changseok, dino, esprehn+autocc, ews-watchlist, glenn, koivisto, kondapallykalyan, mmaxfield, pdr, simon.fraser, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar, WebExposed, WPTImpact | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Antoine Quint
2022-03-09 04:30:37 PST
Created attachment 454228 [details]
Patch
Created attachment 454271 [details]
Patch
Comment on attachment 454271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454271&action=review > Source/WebCore/rendering/style/RenderStyle.h:376 > + FontSynthesis fontSynthesis() const { return fontDescription().fontSynthesis(); } Do we need to fix RenderStyle::diff() for this too? Comment on attachment 454271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454271&action=review >> Source/WebCore/rendering/style/RenderStyle.h:376 >> + FontSynthesis fontSynthesis() const { return fontDescription().fontSynthesis(); } > > Do we need to fix RenderStyle::diff() for this too? No. This is handled by FontDescription::operator==(). Committed r291103 (248265@trunk): <https://commits.webkit.org/248265@trunk> |