Re: [uievents] Add a note to document of default action of KeyboardEvent for allowing UA not to fire key events for some shortcut keys (#65)

And currently, UI Events spec defines:

"keydown" event as: "A user agent MUST dispatch this event when a key is pressed down."
"keyup" event as: "A user agent MUST dispatch this event when a key is released."

So, "MUST" should be modified with "MAY" or use "except ..." for allowing UA not to dispatch keyboard events if the key combination is registered by UI.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/65#issuecomment-169600799

Received on Thursday, 7 January 2016 08:55:21 UTC