[w3c/uievents] Can any code be run between mouseup and click handlers? (#161)

This issue is raised in a [chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=18833) and shows some behavioral difference among browsers:

When the mouseup happens and click is fired right after that is it guaranteed that click handler will be right after mouseup handler? Can a promise get resolved in the mouseup handler and be run before click handler? How about style changes? I couldn't find anywhere in the spec that covers this.

-- 
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/161

Received on Thursday, 28 September 2017 17:45:48 UTC