Re: [pointerevents] Clarify what the target of the click event should be after capturing pointer events (#356)

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