[w3c/uievents] Add new property to `InputEvent` to determine whether (Issue #403)

tats-u created an issue (w3c/uievents#403)

Another approach (change `inputType`):

- https://github.com/w3c/input-events/issues/176

<img width="1431" height="869" alt="Image" src="https://github.com/user-attachments/assets/65633cfc-67a1-44d7-b4e8-f9f33a9b34dd" />

(Chrome)

We have no way to tell 29 from 23 above. We should add another property to achieve it.

Example Name: `isConfirmed`
`false` only in 5, 11 ,17 ,and 23 above. `true` in 29 above and whenever you input text without using IME.

Related:

- https://github.com/w3c/uievents/issues/394
- https://github.com/w3c/uievents/issues/202

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/403
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/403@github.com>

Received on Monday, 13 October 2025 13:12:45 UTC