Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slides/02-Developers/03-keyboard.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ layout_data:
);

---
Make all interactive elements work with a keyboard. For example, make sure a
It is good practice to make all interactive elements work with a keyboard. For example, make sure a
button that you activate
with a click is also in the keyboard tab sequence and that pressing enter or space
activates it. Set the `tabindex` attribute to `0` to include an element in the
Expand Down