Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b1d46ac8a7f149de038576205e6fbe8836b5670
https://github.com/WebKit/WebKit/commit/9b1d46ac8a7f149de038576205e6fbe8836b5670
Author: Antoine Quint <[email protected]>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-easing/linear-timing-functions-syntax.tentative-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-easing/linear-timing-functions-syntax.tentative.html
M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
Log Message:
-----------
[view-transitions] https://simple-set-demos.glitch.me/bounce doesn't animate
correctly
https://bugs.webkit.org/show_bug.cgi?id=273065
rdar://126856305
Reviewed by Tim Nguyen.
While it's not entirely clear to me what the parsing code for the `linear()`
timing function
was attempting to do to resolve implicit input values into explicit values, the
css-easing
spec at https://drafts.csswg.org/css-easing/#linear-easing-function-serializing
specifies
a simple linear interpolation behavior since the last explicit value. This
wasn't correctly
tested by WPT, so we now have a test for this.
This makes https://simple-set-demos.glitch.me/bounce work as expected since we
not compute
the correct interpolated values during the bounce animation.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-easing/linear-timing-functions-syntax.tentative-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-easing/linear-timing-functions-syntax.tentative.html:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::consumeLinear):
Canonical link: https://commits.webkit.org/277821@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes