Re: [w3c/uievents] Specify the textInput event (PR #362)

WPt is required at least for:
* no constructor
* `initTextEvent`
* `Document.createEvent` and `instance of TextEditor` and `instance of UIEvent` with the result.
* `addEventListener` with `textInput` and `textinput`
* With typing a character (an ASCII character and a non-BMP character)
* With deleting a character around caret (no `textInput`)
* With deleting a character with non-collapsed selection (no `textInput`)
* With `execCommand("insertText", false, "something")` (no `textInput`)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/362#issuecomment-1914368524
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/pull/362/c1914368524@github.com>

Received on Monday, 29 January 2024 10:11:27 UTC