[editing] beforeInput: Unify "deleteContent" and "deleteComposedCharacter" (#118)

Having both "deleteContent" and "deleteComposedCharacter" is redundant. Web author can know whether text composition is ongoing or not.

If in "text composition" and out of "text composition" is important, we should also have "insertComposedCharacter" too. Note: we should have "insertComposedText" instead of "insertComposedCharacter", since IME can insert multiple character by one user action e.g. ASCII emoji, (^_^), auto correction, auto expanding of abbreviation etc.

---
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/editing/issues/118

Received on Wednesday, 16 March 2016 02:12:10 UTC