Pointer cancel event dispatching

Hello,

may i ask a question about pointer cancel event dispatching:
Is it proper spec behavior If the browser would dispatch the following
sequence of events:
[pointerdown, pointermove (a few times), pointercancel] in the following
case: user starts panning a scrollable div with the touch-action value =
auto ?

I'm not an expert on the dom/events spec stuff but when i firstly looked at
the section [1] i misintepreted it and understood that only
pointerdown/pointercancel events are allowed but not the pointermove for
the case described above.

[1]
https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#the-touch-action-css-property

Thanks,
Nick

Received on Tuesday, 4 February 2014 12:58:08 UTC