We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The aria-selected property is not allowed in the selection checkbox as the its role is cell. This issue is reported by axe-tools.
aria-selected
cell
Based on the description of aria-selected in MDN, the property is only for the element with role gridcell, option, row and tab. Check https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected for more information.
gridcell
option
row
tab
No response
1.19.0
1.17.0
Edge
The text was updated successfully, but these errors were encountered:
fix(AnalyticalTable): replace role cell with gridcell (#5080)
944729b
Fixes #5074
🎉 This issue has been resolved in version v1.20.0 🎉
The release is available on v1.20.0
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The
aria-selected
property is not allowed in the selection checkbox as the its role iscell
. This issue is reported by axe-tools.Based on the description of
aria-selected
in MDN, the property is only for the element with rolegridcell
,option
,row
andtab
. Check https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected for more information.Isolated Example
No response
Reproduction steps
Expected Behaviour
No response
Screenshots or Videos
UI5 Web Components for React Version
1.19.0
UI5 Web Components Version
1.17.0
Browser
Edge
Operating System
No response
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: