Re: [uievents] Need to remove input/beforeinput event info from D3E and point to input event spec (#38)

Even if input/beforeinput events will be defined in editing API, UIEvents should explain:

Web apps shouldn't use keydown, keypress, keyup event nor compositionupdate event to catch a text input. Use input or beforeinput event for such purpose since keyboard events may not be fired with a composition, keyboard events must not be fired with text input without keyboard such as speech input. Similarly, compositionupdate cannot catch text inputs from keyboard without IME.

This is what a lot of web developers don't understand well.

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

Received on Wednesday, 28 October 2015 00:36:35 UTC