Skip to content

Commit

Permalink
Fix #214 - Explicitly note spacebar key cap.
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Aug 21, 2023
1 parent 2614abf commit b5d4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/event-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@ myDiv.addEventListener("auxclick", function(e) {
(if any) to the new focused element, as described in
<a href="#events-focusevent">Focus Event Types</a>

* If the key is the KEYCAP{Enter} or KEYCAP{&nbsp;} key and the
* If the key is the KEYCAP{Enter} or KEYCAP{&nbsp;} (Space) key and the
current focus is on a state-changing element, the default action
MUST be to dispatch a EVENT{click} event, and a
EVENT{DOMActivate} event if that event type is supported by the
Expand Down

0 comments on commit b5d4560

Please sign in to comment.