-
Notifications
You must be signed in to change notification settings - Fork 43
fix(ui): add aria-labels to icon-only buttons for screen readers (#473) #579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
02924bd
b8a760e
8e5c7f3
610d024
6c24fec
c3eeb9c
6985712
2a10b56
a50f165
0faf347
babc092
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "generateKeypair": "Generate New Keypair" | ||
| } |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. request: please improve these aria-labels. They are not descriptive and not useful for screenreaders.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These still do not feel descriptive to me.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. so these are aria-labels only for the buttons used, according to me those buttons are probably doing these things 1: we are going back to previous page or component
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately probably is not going to be good enough here. The purpose for aria-labels is for screen readers for people with disabilities. Generic values are not going to be useful here. We need each aria-label to be specific for the action being performed. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "generateKeypair": "Generar nuevo par de claves" | ||
| } |
unsafe0x0 marked this conversation as resolved.
Show resolved
Hide resolved
|
tobeycodes marked this conversation as resolved.
Show resolved
Hide resolved
|
tobeycodes marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.