[pointerevents] "This API always returns at least one coalesced event for pointermove events and an empty list for other types of PointerEvents."

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

== "This API always returns at least one coalesced event for pointermove events and an empty list for other types of PointerEvents." ==
So, if one creates new pointermove event using JS (but passes empty array as coalescedEvents), does getCoalescedEvents really return non-empty array?

Also, the spec contradicts itself.
"None of the events in the sequence will have (nested) coalesced events, so getCoalescedEvents returns an empty sequence for them."

So, empty sequence for the _pointermove_ events in the list, but

"This API always returns at least one coalesced event for pointermove events and an empty list for other types of PointerEvents."

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

Received on Friday, 20 October 2017 11:35:53 UTC