- From: Masayuki Nakano via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 Feb 2022 03:23:53 +0000
- To: public-pointer-events@w3.org
Releasing a button outside capturing element causes `click` event seems odd because it makes harder to consider whether user clicks on the element or outside (it typically means users cancel to click the stuff). So I'd love that releasing a button outside capturing stuff (including DOM window) does not cause `click` event in any `EventTarget`s because user clicks nothing actually. On the other hand, if web apps in the wild have already depended on Chrome's behavior, it may be reasonable that the other browsers follow it. -- GitHub Notification of comment by masayuki-nakano Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/356#issuecomment-1046434989 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 21 February 2022 03:23:55 UTC