Re: [pointerevents] Touch action processing model doesn't match IE/Edge behavior around zooming

@teddink said (on the list):

> I spoke with Jacob (and others) here is what I was able to glean 
from those conversations:
>
> This is covered by this section:
>
> "When a user touches an element, the effect of that touch is 
determined by the value of the touch-action property and the default 
touch behaviors on the element and its ancestors. To determine the 
effect of a touch, find the nearest ancestor (starting from the 
element itself) that has a default touch behavior. Then examine the 
touch-action property of each element between the hit tested element 
and the element with the default touch behavior (including both the 
hit tested element and the element with the default touch behavior). 
If the touch-action property of any of those elements disallows the 
default touch behavior, do nothing. Otherwise allow the element to 
start considering the touch for the purposes of executing a default 
touch behavior."
>
> That still correctly describes our behavior, in particular the 
statement around " find the nearest ancestor (starting from the 
element itself) that has a default touch behavior"
>
> Does that help?

-- 
GitHub Notif of comment by RByers
See 
https://github.com/w3c/pointerevents/issues/19#issuecomment-139645582

Received on Friday, 11 September 2015 19:46:46 UTC