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
We've received another A11y issue found by axe tool, the "Select All" checkbox is a table header but it does not have any visible text.
The solution could be either add aria-hidden="true" to the table header cell of checkbox, or add some invisible text to it so screen reader can detect.
Isolated Example
No response
Reproduction steps
...
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
1.29.8
UI5 Web Components Version
1.24.8
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Thanks for fixing this issue! Now the check box has aria-hidden="true" and it's expected. But actually aria-hidden="true" needs to be added to the table header cell element of the checkbox too, because the cell element is a table header and it does not have any text inside and it's being detected by AXE tool.
I have raised another issue #6530 to track it, please help check, thanks!
Describe the bug
We've received another A11y issue found by axe tool, the "Select All" checkbox is a table header but it does not have any visible text.

The solution could be either add aria-hidden="true" to the table header cell of checkbox, or add some invisible text to it so screen reader can detect.
Isolated Example
No response
Reproduction steps
...
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
1.29.8
UI5 Web Components Version
1.24.8
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: