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

The problem is that capture is released before click is dispatched. Per current specifications click is dispatched to the common ancestor of *down and *up events.

masayuki has a good point too and I think if the API hadn't been shipping now for years, I'd go with that behavior. But since the
API has been there for quite some time perhaps we could go with the https://github.com/w3c/pointerevents/issues/356#issuecomment-877839132 .
That could be used to fix https://github.com/w3c/pointerevents/issues/357 too. We would need to change 
https://w3c.github.io/pointerevents/#implicit-release-of-pointer-capture

-- 
GitHub Notification of comment by smaug----
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/356#issuecomment-1097974356 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 13 April 2022 12:08:21 UTC