You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec says in many places that keydown may have associated activation behaviors while explicitly saying the default action of keyup is none ([1], [2], [3]).
However, this is not true in reality. In most OSs/UAs, [Space] keyup, instead of [Space] keydown, triggers click for <button> elements. I think the spec may need to be updated to be consistent with reality.
The text was updated successfully, but these errors were encountered:
The spec says in many places that
keydown
may have associated activation behaviors while explicitly saying the default action ofkeyup
is none ([1], [2], [3]).However, this is not true in reality. In most OSs/UAs, [Space]
keyup
, instead of [Space]keydown
, triggersclick
for<button>
elements. I think the spec may need to be updated to be consistent with reality.The text was updated successfully, but these errors were encountered: