WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
237661
[web-animations] font-variant-alternates should support discrete animation
https://bugs.webkit.org/show_bug.cgi?id=237661
Summary
[web-animations] font-variant-alternates should support discrete animation
Antoine Quint
Reported
2022-03-09 09:40:38 PST
[web-animations] font-variant-alternates should support discrete animation
Attachments
Patch
(12.21 KB, patch)
2022-03-09 09:42 PST
,
Antoine Quint
mmaxfield
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2022-03-09 09:42:00 PST
Created
attachment 454251
[details]
Patch
Simon Fraser (smfr)
Comment 2
2022-03-09 11:29:36 PST
Comment on
attachment 454251
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=454251&action=review
> Source/WebCore/rendering/style/RenderStyle.h:376 > + FontVariantAlternates fontVariantAlternates() const { return fontDescription().variantAlternates(); }
Do we need to fix RenderStyle::diff() for this?
Myles C. Maxfield
Comment 3
2022-03-09 16:51:39 PST
Comment on
attachment 454251
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=454251&action=review
>> Source/WebCore/rendering/style/RenderStyle.h:376 >> + FontVariantAlternates fontVariantAlternates() const { return fontDescription().variantAlternates(); } > > Do we need to fix RenderStyle::diff() for this?
No. It's handled by FontDescription::operator==().
Antoine Quint
Comment 4
2022-03-10 04:50:15 PST
Committed
r291104
(
248266@trunk
): <
https://commits.webkit.org/248266@trunk
>
Radar WebKit Bug Importer
Comment 5
2022-03-10 04:51:16 PST
<
rdar://problem/90091977
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug