Re: [pointerevents] How is pointer event ctor supposed to work when coalescedEvents is passed using the PointerEventInit (#223)

So pointer events spec should to define
**event constructing steps** :
let **coalesced events list** be a clone of  eventInitDicts' coalescedEvents sequence.
let **predicted events list** be a clone of eventInitDicts' predictedEvents sequence.


that way the event constructions steps would follow the DOM spec.

Currently PointerEvents spec has a bit hand wavy " Untrusted events have their coalesced events list initialized to the value passed to the constructor."   

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


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

Received on Wednesday, 8 December 2021 14:18:53 UTC