w3c / uievents

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

Dispatch a click event when keyup or keydown? #174

Open mingchou opened 6 years ago

mingchou commented 6 years ago

Spec says we should dispatch a click event as the default action of the keydown event (when the key is space or enter). But Chrome, Firefox, and Edge fire click after keyup. Is this a spec bug?