ui5-webcomponents-ngx
ui5-webcomponents-ngx copied to clipboard
Progress indicators cannot be given accessible names
Bug Description
There is no way to set accessible names for ui5-progress-indicator
elements.
Expected Behavior
There should be a way to set an accessible name for ui5-progress-indicator
elements.
Steps to Reproduce
- Create a
ui5-progress-indicator
element. - Use either a screen reader or generate a Lighthouse report
- Notice that the
ui5-progress-indicator
item is reported to be without an accessible name that would provide more details on its function
Isolated Example
<ui5-progress-indicator
display-value="Late"
value-state="Error"
[value]="20"
aria-label="20% of flights have been late">
</ui5-progress-indicator>
Context
- UI5 Web Components version: 1.11.0
- UI5 Web Components for Angular version: 0.1.0-rc.0
- Angular Version: 15
- OS/Platform: MacOS
- Browser: Chrome
- Affected component: ui5-progress-indicator
Log Output / Stack Trace / Screenshots
Part of the report generated by Lighthouse.
Priority
- [ ] Low
- [x] Medium
- [ ] High
- [ ] Very High