Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 83dcd4537698ccc0d6bbbfc6b636a95dec36403d https://github.com/WebKit/WebKit/commit/83dcd4537698ccc0d6bbbfc6b636a95dec36403d Author: Nikolaos Mouchtaris <nmouchta...@apple.com> Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-end-computed-expected.txt M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-end-valid-expected.txt M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-shorthand-expected.txt M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-start-computed-expected.txt M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-start-valid-expected.txt M Source/WebCore/animation/TimelineRange.cpp M Source/WebCore/css/ShorthandSerializer.cpp M Source/WebCore/css/parser/CSSPropertyParser.cpp M Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp M Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.h Log Message: ----------- [scroll-animations] Have animation-range parsing handle sequences https://bugs.webkit.org/show_bug.cgi?id=282004 rdar://138507260 Reviewed by Tim Nguyen. Handle comma seperated sequences of animation ranges. * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-end-computed-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-end-valid-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-shorthand-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-shorthand.html: * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-start-computed-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-range-start-valid-expected.txt: * Source/WebCore/animation/TimelineRange.cpp: (WebCore::SingleTimelineRange::parse): * Source/WebCore/css/ShorthandSerializer.cpp: (WebCore::ShorthandSerializer::serializeSingleAnimationRange const): (WebCore::ShorthandSerializer::serializeAnimationRange const): * Source/WebCore/css/parser/CSSPropertyParser.cpp: (WebCore::CSSPropertyParser::consumeAnimationRangeShorthand): * Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp: (WebCore::CSSPropertyParserHelpers::consumeAnimationRange): (WebCore::CSSPropertyParserHelpers::consumeAnimationRangeStart): (WebCore::CSSPropertyParserHelpers::consumeAnimationRangeEnd): * Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.h: Canonical link: https://commits.webkit.org/285656@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes