Re: [pointerevents] Relationship between main pointer event and coalesced events (#409)

It seems to me that `event.getCoalescedEvents()` should return a complete set of x/y points for that event, meaning that the last x/y point returned by `event.getCoalescedEvents()` will be the same x/y point expressed by `event` itself.

This means that `event.getCoalescedEvents()` shouldn't return an empty array, as it would always at least contain the x/y point expressed by `event`.

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


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

Received on Tuesday, 7 September 2021 12:36:47 UTC