[w3c/uievents] Declare keypress event should be fired when pressing Enter, Shift + Enter and Ctrl + Enter (#183)

Currently, keypress event is declared as:
> If supported by a user agent, this event MUST be dispatched when a key is pressed down, if and only if that key normally produces a character value.
However, in any browsers, Enter, Shift + Enter, Ctrl + Enter causes keypress event in any desktop OSes.

Unfortunately, whether keypress event is fired for Alt + Enter and Meta + Enter, and also 2 or modifiers + Enter depends on browser and platform...

-- 
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/183

Received on Sunday, 18 February 2018 15:08:14 UTC