To support accessible design add keyboard navigation basics
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 15
- Avg merge
- 10d 3h
- Merged PRs (30d)
- 1
Description
Accessibility, keyboard navigation basics. Add to contributor guide to support keyboard navigation.
-
F7: toggle browser caret mode, allow navigating through page text as though it were a document
-
Tab: advance through interactive controls including links
-
Shift+tab: step back through interactive controls
-
Spacebar:
- In context of form controls, checks/unchecks checkboxes, select radio buttons
- Otherwise scroll down one page (shift+spacebar to scroll up)
-
Ctrl + L to shift focus to the browser address bar
-
Ctrl + K to shift focus to the browser search bar
-
F6 to advance among address bar, search bar, and page
-
Shift+F6 to step back
-
Esc to close dialogs (equivalent to canceling or hitting the "close" button)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the repository's contributor guide and review how its existing guidance is organized. Add the listed keyboard-navigation basics, including browser focus shortcuts and dialog dismissal, then verify that all requested keys and their described actions appear clearly in the guide.
Written by the indexing model from the issue text.
Assessment
- Domain
- accessibility, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100