[pointerevents] Add explicit control over pinch-zoom to touch-action (#565)

RByers has just created a new issue for https://github.com/w3c/pointerevents:

== Add explicit control over pinch-zoom to touch-action ==
Consider a common scenario like a long web page with an image carousel .  Our guidance to developers would be to put something like 'touch-action: pan-y' on the carousel to permit custom horizontal event handling without disabling scrolling.  But this can be an accessibility issue - if the user can pinch-zoom elsewhere in the document, shouldn't they be able to pinch-zoom on the carousel as well?

Edge supports this with the `pinch-zoom` [touch-action token](https://msdn.microsoft.com/en-ca/library/windows/apps/hh767313.aspx) but we omitted that from the spec due to "pinch" being out of scope.  But then we ended up referring to "continuous zooming" in normative text anyway.  So why not just add a `continuous-zoom` token too?


Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/565 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 12 January 2026 21:49:55 UTC