Bug Description
Bug Description
In LWV (Lightweight Viewer), the bookmark menu is implemented using UI5WCR Menu / MenuItem components.
We observed that the rendered menu items do not expose correct accessibility attributes such as:
aria-posinset
aria-setsize
As a result, screen readers are unable to correctly interpret:
- the total number of items in the menu
- the position of each item within the set
This leads to incorrect or incomplete accessibility announcements.
Actual Behavior
- Menu items rendered via UI5WCR do not provide correct positional metadata
- No clear way to control or override these attributes at application level
- Grouped menu structures are not reflected properly in accessibility tree
Impact
- Accessibility compliance issue (screen reader usability degraded)
- Affects bookmark menu in LWV
- Cannot be resolved at application level due to framework abstraction
Observe missing or incorrect:
aria-posinset
aria-setsize
Observed Limitation
The UI5WCR Menu abstraction does not allow:
manual control over positional ARIA attributes
proper grouping semantics required for accessibility
Affected Component
No response
Expected Behaviour
Menu items should:
- correctly expose aria-posinset and aria-setsize
- support logical grouping so screen readers can interpret item hierarchy and count accurately
Isolated Example
No response
Steps to Reproduce
- Create a menu using UI5WCR Menu and MenuItem
- Add multiple items (optionally grouped logically)
- Inspect DOM tree
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.24.24
Browser
Chrome
Operating System
No response
Additional Context
This limitation blocks fixing accessibility issues in LWV bookmark menu at application level.
Organization
SAP Analytics Cloud
Declaration
Bug Description
Bug Description
In LWV (Lightweight Viewer), the bookmark menu is implemented using UI5WCR Menu / MenuItem components.
We observed that the rendered menu items do not expose correct accessibility attributes such as:
aria-posinset
aria-setsize
As a result, screen readers are unable to correctly interpret:
This leads to incorrect or incomplete accessibility announcements.
Actual Behavior
Impact
Observe missing or incorrect:
aria-posinset
aria-setsize
Observed Limitation
The UI5WCR Menu abstraction does not allow:
manual control over positional ARIA attributes
proper grouping semantics required for accessibility
Affected Component
No response
Expected Behaviour
Menu items should:
Isolated Example
No response
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.24.24
Browser
Chrome
Operating System
No response
Additional Context
This limitation blocks fixing accessibility issues in LWV bookmark menu at application level.
Organization
SAP Analytics Cloud
Declaration