- From: Daniel Freedman <dfreedm@google.com>
- Date: Fri, 7 Dec 2012 14:34:03 -0800
- To: "public-pointer-events@w3.org" <public-pointer-events@w3.org>
Received on Friday, 7 December 2012 22:34:52 UTC
In section 6.1, the description of "none" for touch-action states that touches that begin on those elements will not perform default actions. However, it is not stated if events may still be generated after the touch leaves that element with touch-action: none. In the MSPointerEvent implementation, further MSPointerMoves are dispatched to elements that can have touch-action: auto or touch-action: inherit. Is this what is expected for PointerEvents as well? Can this be made more explicit? Thanks!
Received on Friday, 7 December 2012 22:34:52 UTC