-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
6 changed files
with
521 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Implementation | ||
|
||
- **Icons**: ideally the icon should be accompanied by a label or text, but if this is not the case, be sure to supply the **Nav Item** or the **Nav Disclosure** component with an aria-label attribute so that screen reader user will know the purpose of the items. | ||
|
||
## Keyboard Interaction | ||
|
||
When the nav has focus: | ||
|
||
`Enter`: activates the nav-disclosure and toggles the visibility of the content. | ||
`Space`: activates the nav-disclosure and toggles the visibility of the content. | ||
`Tab`: moves focus to the next element in the tab order. | ||
`Shift` + `Tab`: moves focus to the previous element in the tab order. | ||
|
||
## Resources | ||
|
||
- [Vivid Nav: Manual accessibility test](https://docs.google.com/spreadsheets/d/1dl4x8Qjj0Mvdvky8DgbKdYxSrKmBwTd9j6gkgoitiLc/edit?gid=1175911860#gid=1175911860) |
Empty file.
Oops, something went wrong.