Re: [w3c/uievents] `beforeinput` and `compositionupdate` event order (Issue #354)

So you want the order to be this right? (highlighted move)

keydown
compositionstart
**compositionupdate**
beforeinput
input
keyup
keydown
beforeinput
compositionupdate
textInput
input
compositionend
keyup

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

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

Received on Wednesday, 23 August 2023 23:05:17 UTC