w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Activation behavior and click interaction is not specified #164

Open bzbarsky opened 6 years ago

bzbarsky commented 6 years ago

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).