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

Even if browser only supports Input Events Level 1 (like Firefox and Chrome), `input` events during composition has `insertCompositionText` as `inputType` value. Therefore, even if `InputEvent.isComposing` is set to `false` during composition, web apps can distinguish whether every change is caused by IME or not.

-- 
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-469130637

Received on Monday, 4 March 2019 06:09:58 UTC