[webkit-changes] [WebKit/WebKit] 9fd037: [serializing] touch-action "pan-y pan-x" should be...
Zak Ridouh
noreply at github.com
Wed Aug 14 11:35:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9fd0377d3643d4e122c9bc46ac6cc9e438d13dee
https://github.com/WebKit/WebKit/commit/9fd0377d3643d4e122c9bc46ac6cc9e438d13dee
Author: Zak Ridouh <zakr at apple.com>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/pointerevents/parsing/touch-action-valid-expected.txt
M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
Log Message:
-----------
[serializing] touch-action "pan-y pan-x" should be reordered as "pan-x pan-y" when serializing
https://bugs.webkit.org/show_bug.cgi?id=271641
<rdar://125349558>
Reviewed by Vitor Roriz.
Properly serialize touch-action according to spec.
This also makes us pass the `pointerevents/parsing/touch-action-valid.html` WPT.
* LayoutTests/imported/w3c/web-platform-tests/pointerevents/parsing/touch-action-valid-expected.txt:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::consumeTouchAction):
Canonical link: https://commits.webkit.org/282249@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list