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`)

Thanks, tested in https://github.com/web-platform-tests/wpt/pull/44472

I used a smiley for non-BMP character, but I think it's not automatable with WebDriver currently.

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

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

Received on Thursday, 8 February 2024 15:03:12 UTC