-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed aria label in main nav to resolve redundancy (#256)
* Changed aria label to resolve redundancy The main navigation had an aria label that said main navigation. However, because it is a nav element, this results in hearing the word "navigation" twice with a screen reader. Changed "main navigation" to "main" to resolve this. Signed-off-by: Patrick Smyth <patrick@iotaschool.com> * Used primary/secondary aria labels for nav Signed-off-by: Patrick Smyth <patrick@iotaschool.com> * Removed "naviation" from label for tertiary nav Signed-off-by: Patrick Smyth <patrick@iotaschool.com> * Removed aria label "main navigation" Signed-off-by: Patrick Smyth <patrick@iotaschool.com> * Changed secondary nav to secondary in docs menu Signed-off-by: Patrick Smyth <patrick@iotaschool.com> --------- Signed-off-by: Patrick Smyth <patrick@iotaschool.com>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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