Re: [w3c/uievents] Should require Input event to be fired within same event loop as keydown? keypress? neither? (#238)

I do think we should spec this. In particular, there's some kind of abstract "key down operation" that user agents have to support which at some point queues a task to do various things (e.g., dispatching the event, handling whether it was canceled if appropriate?, mutating the DOM?, etc.).

See also #142.

-- 
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/238#issuecomment-510106422

Received on Wednesday, 10 July 2019 15:18:47 UTC