- From: Rick Byers via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Dec 2015 19:32:07 +0000
- To: public-pointer-events@w3.org
The following commits were just pushed by RByers to https://github.com/w3c/pointerevents: * Fix the touch-action processing model for zoom scenarios It's incorrect to consider the touch-action values only up to the nearest ancestor that supports ANY default touch behavior. Eg. in Edge you can disable double-tap to zoom across an entire page (including any iframes or other scrolling elements) by applying 'touch-action: manipulation' to the html element. See http://jsbin.com/tipure/ and http://jsbin.com/jucuna. This is issue #19. This change also moves the core processing model details up to above the specific value definitions to make it easier to follow without getting lost in all the value-specific notes. by Rick Byers https://github.com/w3c/pointerevents/commit/5f9e1cab3c79f05a8b863bbdf5d7a7e690f2cc71 * Merge pull request #24 from RByers/touch-action-manip-fix Fix the touch-action processing model for zoom scenarios by Rick Byers https://github.com/w3c/pointerevents/commit/851444f30614995c80a7b3200abcf52527c3fbd4
Received on Tuesday, 1 December 2015 19:32:08 UTC