-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add missing aria labels #2715
Add missing aria labels #2715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't test this, but looks reasonable.
@@ -24,6 +24,7 @@ | |||
:data-text-action-entry="actionEntry.key" | |||
:title="actionEntry.label" | |||
:aria-label="actionEntry.label" | |||
role="menu" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we upstream this to https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/Actions/Actions.vue#L136 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/rebase |
5d519c9
to
0ab43fa
Compare
07ddad4
to
22213fd
Compare
/rebase |
22213fd
to
1cb2281
Compare
1cb2281
to
0f1fe29
Compare
/rebase |
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
0f1fe29
to
87d6bf4
Compare
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Summary
Add some missing
aria-*
androles
to improve accessibility