[webkit-changes] [WebKit/WebKit] 5d6902: [web-animations] font-optical-sizing should suppor...
Tim Nguyen
noreply at github.com
Mon Jul 29 01:14:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d6902acf26c13d243421060ef36cf435728eb7c
https://github.com/WebKit/WebKit/commit/5d6902acf26c13d243421060ef36cf435728eb7c
Author: Tim Nguyen <ntim at apple.com>
Date: 2024-07-29 (Mon, 29 Jul 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/discrete-no-interpolation-expected.txt
M Source/WebCore/animation/CSSPropertyAnimation.cpp
M Source/WebCore/platform/text/TextFlags.cpp
M Source/WebCore/platform/text/TextFlags.h
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebKit/Shared/TextFlags.serialization.in
Log Message:
-----------
[web-animations] font-optical-sizing should support discrete animation
https://bugs.webkit.org/show_bug.cgi?id=277246
rdar://132699150
Reviewed by Cameron McCormack.
As per: https://drafts.csswg.org/css-fonts/#font-optical-sizing-def
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/discrete-no-interpolation-expected.txt:
* Source/WebCore/animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):
* Source/WebCore/platform/text/TextFlags.cpp:
(WebCore::operator<<):
* Source/WebCore/platform/text/TextFlags.h:
* Source/WebCore/rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::conservativelyCollectChangedAnimatableProperties const):
(WebCore::RenderStyle::setFontOpticalSizing):
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
(WebCore::RenderStyle::fontOpticalSizing const):
* Source/WebKit/Shared/TextFlags.serialization.in:
Canonical link: https://commits.webkit.org/281489@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list