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
The provided HTML structure includes a <div> element that uses the attribute aria-description, which is currently not valid in the ARIA 1.1 or 1.2 specifications, as it is still under consideration in the ARIA 1.3 Editor's Draft. Using attributes that are not yet standardized can lead to compatibility issues with assistive technologies like screen readers.
Developers are expected to use valid and standardized ARIA attributes in their markup to ensure compatibility with the widest range of assistive technologies.
"Hello @SAP/ui5-webcomponents-topic-rd ,
Please have a look if the usage of aria-description is a problem for the Side Navigation. The issue with the invalid IDs I think comes from the fact that not the entire DOM was scanned. It does not happen if the whole body is inspected.
- Remove invalid 'aria-description' for group element with role='treeitem'
- Add missing 'aria-label' for group element with role='group'
Fixes: #11349
Bug Description
The provided HTML structure includes a
<div>
element that uses the attributearia-description
, which is currently not valid in the ARIA 1.1 or 1.2 specifications, as it is still under consideration in the ARIA 1.3 Editor's Draft. Using attributes that are not yet standardized can lead to compatibility issues with assistive technologies like screen readers.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-description
Affected Component
SideNavigationGroup
Expected Behaviour
Developers are expected to use valid and standardized ARIA attributes in their markup to ensure compatibility with the widest range of assistive technologies.
Isolated Example
https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/layouts-floorplans-sidenavigation--grouped
Steps to Reproduce
<ui5-side-navigation>
element and press runLog Output, Stack Trace or Screenshots
Priority
None
UI5 Web Components Version
SideNavigationGroup
Browser
Chrome
Operating System
Windows
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: