- From: Michal Mocny via GitHub <noreply@w3.org>
- Date: Tue, 03 Mar 2026 17:58:08 +0000
- To: public-pointer-events@w3.org
No, specifically the concept of "Interactions" grouping as used by the "Interaction to Next Paint (INP)" metric. When you tap a page, you actually: - Pointerdown (and various related events) - Pointerup (...) - Click You may also trigger: contextmenu, focus events, change events... These are all independent events which are web observable-- but it can be hard to logically group into a single user gesture. -- GitHub Notification of comment by mmocny Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/636#issuecomment-3992681110 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 March 2026 17:58:09 UTC