Re: [w3c/uievents] Should we dispatch a keypress event when spacebar is used to activate an element (#225)

> No, [`keypress` event should be fired for every key press of printable keys](https://w3c.github.io/uievents/#event-type-keypress) and [`Enter` key](https://github.com/w3c/uievents/issues/183) unless preceding `keydown` event is consumed. The reason is, activation may occur as a default action of `keypress` events.

Spec. fix please to make this clear.

-- 
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/225#issuecomment-469979067

Received on Wednesday, 6 March 2019 05:56:31 UTC