Re: [pointerevents] Clarify what event is `userEvent` to consider `click`/`auxclick` event target after `touchend` (or `pointerup`) (#508)

Err, if `touchstart`, `touchmove` or `touchend` is canceled, `click` should not be fired too.

So, I think that in these cases, it's safe to align the `click` event target to `pointerdown` and `pointerup`.
* Explicit pointer capture is set when dispatching `pointerup`
* The preceding `pointerdown` was consumed and no mouse events are fired

-- 
GitHub Notification of comment by masayuki-nakano
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/508#issuecomment-2276974758 using your GitHub account


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

Received on Friday, 9 August 2024 01:15:27 UTC