Re: [w3c/uievents] Event order between "compositionend" and "input" (#202)

> (I'm a bit vague about this concern but hopefully Masayuki can clarify this point.)

No, you understand my arguing points perfectly.

So, `beforeinput` is **NOT** useful only with the fact that it's fired since `beforeinput` is fired **before** the change affects the value of focused editor. So, `inputType` is really important for `beforeinput` event listeners. I.e., I have no idea how important that `isComposing` is referred by `beforeinput` listeners. If a event listener listens **both** `input` and `beforeinput` events, `isComposing` of `beforeinput` may be referred. However, I have no idea what such listeners need to do.

-- 
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/202#issuecomment-415690101

Received on Friday, 24 August 2018 08:26:55 UTC