We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is originally reported in 9872
According to Access Assistant tool: The aria-required attribute is not allowed on this DIV
ui5-switch
No warnings with Access Assistant tool.
https://stackblitz.com/edit/github-qgw27d-nln9nx?file=index.html,main.js
Refered to the switch: The aria-required attribute is not allowed on this DIV
No response
Low
1.24.6
Chrome
The text was updated successfully, but these errors were encountered:
Hello @ui5-webcomponents-topic-b , please check out this accessibility issue about ui5-switch.
Regards, Iliana
Sorry, something went wrong.
Hello @IlianaB,
The aria-required attribute is allowed over an element with role switch since wai-aria-1.2: https://www.w3.org/TR/wai-aria-1.2/#switch Also the switch role is present in the list of role for the aria-required attribute: https://www.w3.org/TR/wai-aria-1.2/#aria-required
aria-required
switch
The access assistant doesn't yet correspond to all the updates from wai-aria-1.2.
Best regards, Boyan
unazko
No branches or pull requests
Bug Description
This issue is originally reported in 9872
According to Access Assistant tool:
The aria-required attribute is not allowed on this DIV
Affected Component
ui5-switch
Expected Behaviour
No warnings with Access Assistant tool.
Isolated Example
https://stackblitz.com/edit/github-qgw27d-nln9nx?file=index.html,main.js
Steps to Reproduce
Refered to the switch:
The aria-required attribute is not allowed on this DIV
Log Output, Stack Trace or Screenshots
No response
Priority
Low
UI5 Web Components Version
1.24.6
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: