From this issue https://github.com/SAP/ui5-webcomponents-react/issues/5075, we got to know that the checkboxes are not supposed to be focused, but they can still be detected by axe tool (a tool which used by A11y team to check related issues).
Please add aria-hidden="true" to the checkboxes so that they will not be scanned by axe tool.
Isolated Example
No response
Reproduction steps
Add "axe DevTools" extension in chrome
Login to system
Scan the page with axe tool
...
Expected Behaviour
Checkboxes should have aria-hidden attribute as true.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.29.4
UI5 Web Components Version
1.24.7
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
[X] I’m not disclosing any internal or sensitive information.
Describe the bug
From this issue https://github.com/SAP/ui5-webcomponents-react/issues/5075, we got to know that the checkboxes are not supposed to be focused, but they can still be detected by axe tool (a tool which used by A11y team to check related issues).
Please add aria-hidden="true" to the checkboxes so that they will not be scanned by axe tool.
Isolated Example
No response
Reproduction steps
Expected Behaviour
Checkboxes should have aria-hidden attribute as true.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.29.4
UI5 Web Components Version
1.24.7
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration