-
Notifications
You must be signed in to change notification settings - Fork 272
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-select): remove aria-roledescription #2463
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.
Thanks for this change, there is one lint error causing the build failure
27:2 error 'SELECT_ROLE_DESCRIPTION' is defined but never used no-unused-vars
The reledescription prevents its role of button to be read by JAWS. Fixes SAP#2358
Thanks for the hint! I updated the change... |
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 think it would be a good idea if @dobrinyonkov takes a look at the PR and say if it covers the whole issue.
Technically, the change looks good to me and I can approve.
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.
Looks good to me!
The reledescription prevents its role of button to be read by JAWS. Fixes SAP#2358
The reledescription prevents its role of button to be read by JAWS. Fixes #2358
The reledescription prevents its role button to be read by JAWS
so it is now removed following consultation with ACC expert.
Fixes #2358