Re: [w3c/uievents] beforeInput should also be triggered when no "character value" is produced (#4)

The text "(only for keys which produce a character value)"[1] is in the context of giving an event order for a sample keypress.

So it is saying: in response to a keydown, `beforeinput` will only be generated if that press would produce a character value. It is not making a comment about `beforeinput` in general.

[1] https://w3c.github.io/uievents/#events-keyboard-event-order"

-- 
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/4#issuecomment-662739130

Received on Wednesday, 22 July 2020 23:01:39 UTC