RESOLVED FIXED 271641
[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
Summary [serializing] touch-action "pan-y pan-x" should be reordered as "pan-x pan-y"...
Karl Dubost
Reported 2024-03-25 06:08:32 PDT
http://wpt.live/pointerevents/parsing/touch-action-valid.html http://wpt.fyi/pointerevents/parsing/touch-action-valid.html With <div id="target" style="touch-action:pan-y pan-x">foo</div> Then const target = document.querySelector("#target"); target.style.cssText; target.style.getPropertyValue("touch-action"); window.getComputedStyle(target).touchAction Safari: cssText: "touch-action: pan-y pan-x;" getPropertyValue: "pan-y pan-x" getComputedStyle: "" Firefox: cssText: "touch-action: pan-x pan-y;" getPropertyValue: "pan-x pan-y" getComputedStyle: "pan-x pan-y" Chrome: cssText: "touch-action: pan-x pan-y;" getPropertyValue: "pan-x pan-y" getComputedStyle: "pan-x pan-y"
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-25 06:08:41 PDT
zak ridouh
Comment 2 2024-08-14 00:52:33 PDT
EWS
Comment 3 2024-08-14 11:35:30 PDT
Committed 282249@main (9fd0377d3643): <https://commits.webkit.org/282249@main> Reviewed commits have been landed. Closing PR #32180 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.