Skip to content
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

fix(ui5-shellbar): remove unnecessary aria-label from buttons #3981

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

dobrinyonkov
Copy link
Contributor

The ui5-button components used inside ui5-shellbar have both aria-label and title attributes set with the same value. This may lead to double announcement
and trigger warnings by test tools. With this change we remove the aria-label attribute.

Fixes: #3953

The ui5-button component used inside ui5-shellbar have both aria-label and title set with the same value. This may lead to double announcement
and trigger warrning by test tools. With this change we remove the aria-label attribute from the ui5-buttons.

Fixes: SAP#3953
@ilhan007 ilhan007 closed this Sep 23, 2021
@ilhan007 ilhan007 reopened this Sep 23, 2021
@ilhan007 ilhan007 merged commit d60120d into SAP:master Sep 23, 2021
ilhan007 pushed a commit that referenced this pull request Sep 23, 2021
The ui5-button component used inside ui5-shellbar have both aria-label and title set with the same value. This may lead to double announcement
and trigger warrning by test tools. With this change we remove the aria-label attribute from the ui5-buttons.

Fixes: #3953
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<ui5-shellbar> Axe Issues
3 participants