[pointerevents] do `pointerrawupdate` events also get predicted events? (#380)

patrickhlauke has just created a new issue for https://github.com/w3c/pointerevents:

== do `pointerrawupdate` events also get predicted events? ==
For coalesced events, the spec states

> A PointerEvent has an associated coalesced event list (a list of zero or more PointerEvents). If this event is a `pointermove` or `pointerrawupdate` event, the list is a sequence of all PointerEvents that were coalesced into this event; otherwise it is an empty list.

but for predicted events, it only mentions `pointermove`

> A PointerEvent has an associated predicted event list (a list of zero or more PointerEvents). If this event is a `pointermove` event, it is a sequence of PointerEvents that the user agent predicts will follow the events in the coalesced event list in the future; otherwise it is an empty list.

So are `pointerrawupdate` events not getting a predicted events list? or is this just an oversight in the wording?

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/380 using your GitHub account


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

Received on Sunday, 23 May 2021 18:50:19 UTC