- From: Navid Zolghadr via GitHub <noreply@w3.org>
- Date: Mon, 12 Jan 2026 22:01:13 +0000
- To: public-pointer-events@w3.org
NavidZ has just created a new issue for https://github.com/w3c/pointerevents: == Can any code be run between mouseup and click handlers? == 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. Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/577 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 January 2026 22:01:13 UTC