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
When using Chrome addon Access Assistant to test the component, an accessibility error is shown which shows that the listitem is not in a list. While there is a div with a role of list and a div with role of listitem, in between there is the ui5-wizard-tab component that breaks the direct chain of parent-child, thus violating accessibility practices.
Affected Component
ui5-wizard
Expected Behaviour
Follow accessibility conventions - Ensure list items are found in a list container. The listitem child should be a direct child of the list.
Hello @SAP/ui5-webcomponents-topic-rl , please have a look at this accessibility issue regarding Wizard component.
Access Assistant tool reports a problem: "Ensure list items are found in a list container", as there is an intermediate ui5-wizard-step element between the div with role="list" and divs with role="listitem".
Bug Description
When using Chrome addon Access Assistant to test the component, an accessibility error is shown which shows that the listitem is not in a list. While there is a div with a role of list and a div with role of listitem, in between there is the ui5-wizard-tab component that breaks the direct chain of parent-child, thus violating accessibility practices.
Affected Component
ui5-wizard
Expected Behaviour
Follow accessibility conventions - Ensure list items are found in a list container. The listitem child should be a direct child of the list.
Isolated Example
No response
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Priority
Medium
UI5 Web Components Version
2.6.2
Browser
Chrome
Operating System
No response
Additional Context
Run on server different from https://sap.github.io/ as the addon does not catch on
Organization
SAP / UDEx components team
Declaration
The text was updated successfully, but these errors were encountered: