Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 17adb886f41ca62d4d3f15908c463ae3b15ef6f6
https://github.com/WebKit/WebKit/commit/17adb886f41ca62d4d3f15908c463ae3b15ef6f6
Author: Sam Weinig <[email protected]>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-computed-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-computed.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-invalid-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-invalid.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-valid-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-valid.html
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/animation/WebAnimationUtilities.cpp
M Source/WebCore/css/CSSProperties.json
R Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.cpp
R Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.h
M Source/WebCore/css/parser/CSSPropertyParserCustom.h
M Source/WebCore/style/Styleable.cpp
M Source/WebCore/style/values/transitions/StyleSingleTransitionProperty.cpp
M Source/WebCore/style/values/transitions/StyleSingleTransitionProperty.h
Log Message:
-----------
`transition-property` should preserve <custom-ident> specified spelling/case
for serialization
https://bugs.webkit.org/show_bug.cgi?id=313142
Reviewed by Darin Adler.
Updates `transition-property` to preserve the specified spelling (including
case)
of property identifier values so that it can correctly serialize.
The parsing of `transition-property` is now fully support by the generator,
removing
the need for CSSPropertyParserConsumer+Transitions.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-computed-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-computed.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-invalid-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-invalid.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-valid-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/parsing/transition-property-valid.html:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/WebAnimationUtilities.cpp:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.cpp: Removed.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.h: Removed.
* Source/WebCore/css/parser/CSSPropertyParserCustom.h:
* Source/WebCore/style/Styleable.cpp:
* Source/WebCore/style/values/transitions/StyleSingleTransitionProperty.cpp:
* Source/WebCore/style/values/transitions/StyleSingleTransitionProperty.h:
Canonical link: https://commits.webkit.org/311909@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications