[w3c/uievents] Can KeyboardEvent.repeat ever be true for a keyup event? (Issue #396)

aycyang created an issue (w3c/uievents#396)

What would it mean if the KeyboardEvent.repeat attribute were true for a keyup event? Is it allowed? The spec doesn't seem to address this question.  In the [keyup section](https://www.w3.org/TR/uievents/#event-type-keyup), the bullet point for KeyboardEvent.repeat says the same thing as for keydown:

> true if a key has been depressed long enough to trigger key repetition, otherwise false

I think more clarity is needed here.

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

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

Received on Saturday, 12 April 2025 01:46:09 UTC