[w3c/uievents] Activation behavior and click interaction is not specified (#164)

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

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/164

Received on Thursday, 19 October 2017 17:40:22 UTC