Re: [w3c/uievents] Need procedural algorithms for all events (#200)

@domenic We're tracking that issue in https://github.com/w3c/uievents/issues/244.

I have TODOs in the [draft doc for Mouse Moves](https://docs.google.com/document/d/1AoNnGTGabWOQoAH-M34Jdw2rbbwb_pSZz2-69mysx_U/edit#) to hook into Pointer Events, but the real issue is that we're waiting for the Pointer Events editors to decide how Pointer Events fire. I currently have the hooks before the corresponding Mouse event, but the real issue is whether or not the events should be interleaved (Pointer,Mouse,Pointer,Mouse) or as bursts (Pointer,Pointer,Mouse,Mouse).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/200#issuecomment-671625272

Received on Monday, 10 August 2020 22:41:45 UTC