Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 162561d5f00f3a20d2d8efe5f633dfbccc8ed140
https://github.com/WebKit/WebKit/commit/162561d5f00f3a20d2d8efe5f633dfbccc8ed140
Author: Eri Pazos Pérez <[email protected]>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-002-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-002-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-002-expected.txt
M Source/WebCore/css/CSSProperties.json
Log Message:
-----------
Make math-style and math-shift animate discretely
https://bugs.webkit.org/show_bug.cgi?id=304779
Reviewed by Tim Nguyen.
The MathML Core spec says that math-style and math-shift animate "by
computed value type". Their values being keywords means that they will
combine as discrete: https://www.w3.org/TR/web-animations/#by-computed-value.
Change animation type of math-style and math-shift to discrete.
Update expectations for math-* properties in animations tests.
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-002-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-002-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-002-expected.txt:
* Source/WebCore/css/CSSProperties.json:
Canonical link: https://commits.webkit.org/305017@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications