- From: Mustaq Ahmed via GitHub <noreply@w3.org>
- Date: Wed, 16 Jul 2025 14:29:53 +0000
- To: public-pointer-events@w3.org
To me, `pointerdown` vs `pointerup` target diffs is not a sufficient signal to detect a drifting click: Imagine a button element containing a smaller image element in its center where the `pointerdown` happens in the button to the left of the image. Now, a `pointerup` in the button to the right of the image will make the click appear as "stationary" (because down/up have the same target) while a `pointerup` on the image will make the click appear as `drifting`. This would be expected, right? -- GitHub Notification of comment by mustaqahmed Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/542#issuecomment-3078866418 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 July 2025 14:29:54 UTC