- From: Boris Zbarsky via GitHub <noreply@w3.org>
- Date: Mon, 12 Jan 2026 22:01:13 +0000
- To: public-pointer-events@w3.org
bzbarsky has just created a new issue for https://github.com/w3c/pointerevents: == Activation behavior and click interaction is not specified == https://w3c.github.io/uievents/#event-type-click says: > In addition to being associated with pointer devices, the click event type MUST be dispatched as part of an element activation, as described in ยง3.5 Activation triggers and behavior. But https://w3c.github.io/uievents/#event-flow-activation doesn't actually describe how to dispatch said click events. That is, hitting "Enter" on a link should presumably dispatch a click event, but it's not defined anywhere how this works (e.g. what the properties of this event are, where it's dispatched to, etc). Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/578 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 January 2026 22:01:14 UTC