Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c7c7bc6765f51e6b0fcac564efbd0e42688d491f
https://github.com/WebKit/WebKit/commit/c7c7bc6765f51e6b0fcac564efbd0e42688d491f
Author: Antoine Quint <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/scroll-animations/animation-trigger/parsing/timeline-trigger-active-range-shorthand.tentative-expected.txt
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/ShorthandSerializer.cpp
M Source/WebCore/css/parser/CSSPropertyParserCustom.h
M Source/WebCore/style/StyleExtractorCustom.h
M Source/WebCore/style/values/animation-triggers/StyleTimelineTrigger.h
Log Message:
-----------
[animation-triggers] add parsing support for the
`timeline-trigger-active-range` shorthand
https://bugs.webkit.org/show_bug.cgi?id=319418
rdar://182243126
Reviewed by Brent Fulgham.
The animation-triggers spec adds a new shorthand property:
`timeline-trigger-active-range`.
*
LayoutTests/imported/w3c/web-platform-tests/scroll-animations/animation-trigger/parsing/timeline-trigger-active-range-shorthand.tentative-expected.txt:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/ShorthandSerializer.cpp:
(WebCore::ShorthandSerializer::serialize):
* Source/WebCore/css/parser/CSSPropertyParserCustom.h:
(WebCore::CSS::PropertyParserCustom::consumeTimelineTriggerActiveRangeShorthand):
* Source/WebCore/style/StyleExtractorCustom.h:
(WebCore::Style::ExtractorCustom::extractTimelineTriggerActiveRangeShorthand):
(WebCore::Style::ExtractorCustom::extractTimelineTriggerActiveRangeShorthandSerialization):
* Source/WebCore/style/values/animation-triggers/StyleTimelineTrigger.h:
(WebCore::Style::TimelineTrigger::initialActiveRange):
(WebCore::Style::TimelineTrigger::activeRange const):
(WebCore::Style::TimelineTrigger::setActiveRange):
(WebCore::Style::TimelineTrigger::fillActiveRange):
(WebCore::Style::TimelineTrigger::clearActiveRange):
(WebCore::Style::TimelineTrigger::isActiveRangeUnset const):
(WebCore::Style::TimelineTrigger::isActiveRangeSet const):
(WebCore::Style::TimelineTrigger::isActiveRangeFilled const):
Canonical link: https://commits.webkit.org/317291@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications