Re: [pointerevents] Clarify whether touch contact must fire a `pointerrawupdate` event (#373)

> * In PE spec we do fire pointermoves when button state changes only in [chorded button interactions](https://w3c.github.io/pointerevents/#dfn-chorded-button-interactions) case.

Not sure that's what this says https://w3c.github.io/pointerevents/#the-pointermove-event 

> A user agent MUST fire a pointer event named `pointermove` when a pointer changes button state. Additionally one `pointermove` MUST be fired when pointer changes coordinates, pressure, tangential pressure, tilt, twist, or contact geometry (e.g. width and height) and the circumstances produce no other pointer events defined in this specification.

i.e. it's saying "pointer changes button state", not limiting it to just chorded button interactions 

and https://w3c.github.io/pointerevents/#dfn-chorded-button-interactions doesn't say anything about not firing any `pointermove` events, from what I can see.

unless i'm missing something somewhere non-obvious...

-- 
GitHub Notification of comment by patrickhlauke
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/373#issuecomment-838731450 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 May 2021 15:54:53 UTC