- From: Masayuki Nakano <notifications@github.com>
- Date: Sun, 03 Mar 2019 22:09:36 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 March 2019 06:09:58 UTC
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