pointermove dispatching when button state changes

The spec currently says "A user agent must dispatch this event when a
pointer changes coordinates, button state, pressure, tilt, or contact
geometry (e.g. width and height)."

Does this mean that when using a mouse, a click will always generate a
pointermove event? I would expect pointerdown, pointerup, click, which is
the behavior we see with mouse events.

Received on Friday, 3 May 2013 14:46:48 UTC