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

Sorting out the issues:
* `click` event target may be different even if same position is clicked/tapped, depending on `pointerType` is `mouse` or `touch` (see the comments in my testcase)
* some developers might expect that capturing parent event target of `pointerdown` won't stop dispatching `click` on the original target (but the reported web site seems working with current defined behavior today)

At least the former breaks a Pointer Event purpose to handle all pointing device inputs with one set of DOM events.

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


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

Received on Tuesday, 18 June 2024 08:05:29 UTC