[pointerevents] Spec text should clarify what touch-action allows with rotated scrollable elements

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

== Spec text should clarify what touch-action allows with rotated 
scrollable elements ==
I think the spec is unclear on what the intended behaviour is for 
elements which have rotation transforms on them. For example on [this 
test 
page](https://people.mozilla.org/~kgupta/examples/w3c-pe-114.html) 
Chrome allows scrolling while your finger is moving in the "x" 
direction, even though that means the element is scrolling vertically 
(the scrollTop value is changing). While that's a reasonable thing to 
do, our implementation in Firefox does the opposite (allows scrolling 
such that scrollLeft changes).

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

Received on Friday, 22 July 2016 17:33:46 UTC