You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using axe devtools (a plugin used by the internal A11y team to check for issues) In the analytical tree table, the indicator to expand the tree table row has 2 critical a11y issues:
On expanding the row, there is the issue ARIA attribute is not allowed: aria-expanded="true"
The row expansion button has the issue Ensure buttons have discernible text
On expanding the row, there is the issue ARIA attribute is not allowed: aria-expanded="true"
This attribute is redundant, but since the button (inside the span) isn't focusable via keyboard navigation, it shouldn't affect users. Nonetheless, we'll remove it.
The row expansion button has the issue Ensure buttons have discernible text
The surrounding span has an aria-label that describes the interaction. Additionally, as the button isn't focusable via keyboard navigation, there shouldn't be an issue for users.
In general, please try to follow the Testing Accessibility guidelines and ensure that there's an actual accessibility concern present.
Describe the bug
Using axe devtools (a plugin used by the internal A11y team to check for issues) In the analytical tree table, the indicator to expand the tree table row has 2 critical a11y issues:
ARIA attribute is not allowed: aria-expanded="true"
Ensure buttons have discernible text
Isolated Example
https://sap.github.io/ui5-webcomponents-react/v1/?path=/story/data-display-analyticaltable--tree-table
Reproduction steps
Expected Behaviour
Component to not have a11y issues detectable by the tool
Screenshots or Videos
UI5 Web Components for React Version
1.24.x
UI5 Web Components Version
1.24.x
Browser
Edge
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: