Symptom
When using a screen reader to navigate through presentation folders, the screen reader doesn't announce the folders as menu items. Instead, it announces the names of the folders and the number of presentations within them:
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Presentations
Reproducing the Issue
- Log in to the system with a screen reader
- In the module picker, select Presentations
- Select the My Presentations tab
- Navigate through the folders and they are not announced as menu items
Resolution
The focusable left-navigation folder item is rendered inside a menu widget (<ul role="menu"> / <li role="menuitem">) by the shared SFListContainer framework, and the focusable element already carries role="menuitem".
A screen reader not announcing the word "menu item" on focus is expected. The ARIA Authoring Practices Guide (Menu/Menubar pattern) specifies that a menuitem must have a role and an accessible name calculated from its text content; it does not require assistive technology to vocalize the role. Screen readers deliberately suppress repeating the role inside composite widgets (menu, listbox, tree) to reduce verbosity.
Keywords
SuccessFactors, Presentations, Accessibility, Missing Role, Presentation Slide, Screen Reader, SR, Navigation, My Presentations, Tab, tabs, folders, announcing, announcement, wcag, a11y, TRVW-4556, TRVW-4680 , KBA , LOD-SF-PRS-ACC , SuccessFactors Presentations Accessibility , LOD-SF-PRS-ADM , Admin Center, Permissions, Settings, People Search , Problem
SAP Knowledge Base Article - Public