- From: Masayuki Nakano via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Jun 2024 00:12:50 +0000
- To: public-pointer-events@w3.org
> The note in that section implies (at least to me) that the userEvent is the PointerEvent (i.e. pointerup) whose default action caused the dispatch (excepting keyboard / accessibility means of dispatching clicks): If so, the `click` event target won't depend on `mouse` or `touch`, but both Chrome and Firefox dispatch it on wrong target, they dispatch `click` on the preceding `touchend` target which is same as `touchstart`'s. -- GitHub Notification of comment by masayuki-nakano Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/508#issuecomment-2177285160 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 June 2024 00:12:51 UTC