[w3c/uievents] none as default action for keyup event is not consistent with reality (Issue #375)

The spec says `keydown` may have associated activation behaviors while explicitly saying the default action of `keyup` is none ([[1]](https://w3c.github.io/uievents/#event-flow-activation), [[2]](https://w3c.github.io/uievents/#event-types-list)).

However, this is not true in reality. In most OSs/UAs,  [Space] `keyup`, instead of [Space] `keydown`, triggers `click`. I think the spec may need to be updated to be consistent with reality.

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

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

Received on Wednesday, 3 April 2024 07:43:40 UTC