Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e210992ca8558a1c2f3331d0984a7c1eab6fca08
https://github.com/WebKit/WebKit/commit/e210992ca8558a1c2f3331d0984a7c1eab6fca08
Author: Antoine Quint <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-animations/animationevent-interface-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-animations/animationevent-types-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/events-008-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/events-008.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transitionevent-interface-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transitionevent-interface.html
M Source/WebCore/animation/AnimationEventBase.cpp
M Source/WebCore/animation/AnimationEventBase.h
M Source/WebCore/animation/AnimationPlaybackEvent.cpp
M Source/WebCore/animation/CSSAnimation.idl
M Source/WebCore/animation/CSSAnimationEvent.cpp
M Source/WebCore/animation/CSSAnimationEvent.h
M Source/WebCore/animation/CSSAnimationEvent.idl
M Source/WebCore/animation/CSSTransition.idl
M Source/WebCore/animation/CSSTransitionEvent.cpp
M Source/WebCore/animation/CSSTransitionEvent.h
M Source/WebCore/animation/CSSTransitionEvent.idl
M Source/WebCore/animation/StyleOriginatedAnimationEvent.cpp
M Source/WebCore/animation/StyleOriginatedAnimationEvent.h
Log Message:
-----------
[css-animations][css-transitions] Add `animation` property to
`AnimationEvent` and `TransitionEvent`
https://bugs.webkit.org/show_bug.cgi?id=314325
Reviewed by Anne van Kesteren.
The css-animations-2 and css-transitions-2 specs were updated to add a new
`animation` property to the `AnimationEvent` and `TransitionEvent` interfaces
in
https://github.com/w3c/csswg-drafts/commit/32d875dcb8e3659f150e2e72d504e6f950f89b6c.
Test: imported/w3c/web-platform-tests/css/css-transitions/events-008.html
*
LayoutTests/imported/w3c/web-platform-tests/css/css-animations/animationevent-interface-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-animations/animationevent-types-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/events-008-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/events-008.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transitionevent-interface-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transitionevent-interface.html:
* Source/WebCore/animation/AnimationEventBase.cpp:
(WebCore::AnimationEventBase::AnimationEventBase):
* Source/WebCore/animation/AnimationEventBase.h:
* Source/WebCore/animation/AnimationPlaybackEvent.cpp:
(WebCore::AnimationPlaybackEvent::AnimationPlaybackEvent):
* Source/WebCore/animation/CSSAnimation.idl:
* Source/WebCore/animation/CSSAnimationEvent.cpp:
(WebCore::CSSAnimationEvent::CSSAnimationEvent):
* Source/WebCore/animation/CSSAnimationEvent.h:
* Source/WebCore/animation/CSSAnimationEvent.idl:
* Source/WebCore/animation/CSSTransition.idl:
* Source/WebCore/animation/CSSTransitionEvent.cpp:
(WebCore::CSSTransitionEvent::CSSTransitionEvent):
* Source/WebCore/animation/CSSTransitionEvent.h:
* Source/WebCore/animation/CSSTransitionEvent.idl:
* Source/WebCore/animation/StyleOriginatedAnimationEvent.cpp:
(WebCore::StyleOriginatedAnimationEvent::StyleOriginatedAnimationEvent):
* Source/WebCore/animation/StyleOriginatedAnimationEvent.h:
Canonical link: https://commits.webkit.org/312859@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications