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
For Lists to be read correctly from assistive technologies like screen readers a certain structure is required.
According to the Fiori ACC guidelines the ui5-list is currently not following the guidelines. When using a tool like the "Access Assisstent" the following issue is found:
This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); an element with a role set to the value: list as a parent; or a ul element (without an ARIA-assigned role), ol element (without an ARIA-assigned role) or element with a role set to the value 'list' with an aria-owns attribute set to the ID of the element in the same DOM.
The issue cant be resolved by users because the li element is controlled by the web components.
Affected Component
ui5-list
Expected Behaviour
List should have correct structure to allow content to be read by assistive technology.
Bug Description
For Lists to be read correctly from assistive technologies like screen readers a certain structure is required.
According to the Fiori ACC guidelines the ui5-list is currently not following the guidelines. When using a tool like the "Access Assisstent" the following issue is found:
This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); an element with a role set to the value: list as a parent; or a ul element (without an ARIA-assigned role), ol element (without an ARIA-assigned role) or element with a role set to the value 'list' with an aria-owns attribute set to the ID of the element in the same DOM.
The issue cant be resolved by users because the li element is controlled by the web components.
Affected Component
ui5-list
Expected Behaviour
List should have correct structure to allow content to be read by assistive technology.
Isolated Example
https://sap.github.io/ui5-webcomponents/components/List/#basic-sample
Steps to Reproduce
No response
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
2.5.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: