-
Notifications
You must be signed in to change notification settings - Fork 280
Open
Labels
bugThis issue is a bug in the codeThis issue is a bug in the code
Description
Bug Description
The TimelineItem component in the SAP UI5 Webcomponents library does not provide positional announcements when navigating through items using screen readers (e.g., "1 of 3", "2 of 3"). This feature should be available out of the box to ensure accessibility for users relying on screen readers.
Actual Result: The screen reader does not announce the position of TimelineItems. It only reads the item content without positional information, hindering navigation and accessibility for visually impaired users.
Affected Component
Timeline
Expected Behaviour
The screen reader should announce the position of each TimelineItem, such as "Item 1 of 3," "Item 2 of 3," etc., as the user navigates through the items.
Isolated Example
No response
Steps to Reproduce
- Implement a Timeline component containing multiple TimelineItems.
- Open the application in a browser and activate the screen reader. (JAWS or VoiceOver)
- Navigate through the TimelineItems using keyboard navigation.
- Observe the screen reader output.
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
2.13.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug in the codeThis issue is a bug in the code