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-select): remove aria-roledescription #2463

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

kineticjs
Copy link
Contributor

The reledescription prevents its role button to be read by JAWS
so it is now removed following consultation with ACC expert.

Fixes #2358

Copy link
Member

@ilhan007 ilhan007 left a 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
@kineticjs
Copy link
Contributor Author

Thanks for the hint! I updated the change...
Please comment if you think a test should also be added. I didn't add so far as the change is small..

Copy link
Contributor

@fifoosid fifoosid left a 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.

Copy link
Contributor

@dobrinyonkov dobrinyonkov left a 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!

@ilhan007 ilhan007 merged commit 973a80d into SAP:master Nov 18, 2020
ndeshev pushed a commit to ndeshev/ui5-webcomponents that referenced this pull request Nov 18, 2020
The reledescription prevents its role of button to be read by JAWS.

Fixes SAP#2358
ilhan007 pushed a commit that referenced this pull request Nov 19, 2020
The reledescription prevents its role of button to be read by JAWS.

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

Successfully merging this pull request may close these issues.

Implementation of <ui5-select> does not seem to be compliant with w3c norms for a listbox for accessibility
4 participants