Skip to content

Commit

Permalink
Self feedback for keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
isabela-pf committed Nov 14, 2022
1 parent b1492d3 commit 2a2a8c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 6 additions & 4 deletions workshop-resources/keyboard-navigation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

Learn how to surf the web with a keyboard and contribute feedback for keyboard navigation fixes!

Keyboard navigation review workshops gather community to learn and practice expected keyboard navigation behavior. Participants also learn foundational tests they can perform and how to describe and present these issues constructively. This can be done confidently for any web interface, and could be adapted to desktop apps. At the end, everyone's work gets wrapped up for contribution back to the main project.
Keyboard navigation review workshops gather community to learn and practice expected keyboard navigation behavior. Participants also learn foundational tests they can perform and how to describe and present these issues constructively. This can be done confidently for any web interface, and could be adapted to desktop apps. At the end, everyone's work gets wrapped up by the host for contribution back to the main project.

## Resources

In this directory, you'll find the
- [agenda template](agenda-template.md)
- [keyboard navigation review template](review-template.md)
- [Keyboard navigation references](getting-started.md)
- [keyboard navigation review template (for review by state or area)](review-template-by-state.md)
- [keyboard navigation review template (for review by test)](review-template-by-test.md)
- [getting started with keyboard navigation](getting-started.md)

## Past events

Listed from oldest to newest

| Year | Project | Working PR | Contributing PR | Status | Other info |
| Year | Project | Working location | Contributing location | Status | Other info |
|------|---------|------------|-----------------|--------|------------|
| 2022 | Jupyter Notebook 7 | [isabela-pf/a11y-events #10](https://github.com/isabela-pf/a11y-events/pull/10) | [jupyter/notebook #6595](https://github.com/jupyter/notebook/issues/6595) | Contributed | |
| | | | | | |

## Roll the credits
Expand Down
2 changes: 1 addition & 1 deletion workshop-resources/keyboard-navigation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Tab: go to the next focusable element
- Shift + Tab: go to the previous focusable element
- Enter or Space: activate interactive area (like buttons) or to confirm a selection
- Enter or Space: activate interactive area (like buttons) or confirm a selection
- Arrow keys: navigate within a focusable element (like selecting items within a menu)

For more specific controls, review [Keyboard Testing - WebAIM](https://webaim.org/techniques/keyboard/#testing).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Reviewed via based on [this link we'll all be working off of]().

### Authors and contents

States/areas reviewed
- State 1 (author(s))
- State 2 (author(s))
- State 3 (author(s))
- State 4 (author(s))

## Review

For this review, participants select an area or state of the interface they would like to review and complete as many of the following tests as they want in the given time.
Expand Down

0 comments on commit 2a2a8c6

Please sign in to comment.