Clarification of event generation with respect to touch-action

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