spectrum-web-components
spectrum-web-components copied to clipboard
[Bug][a11y]: Toast should have API for overriding the icon's alt text
trafficstars
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
Toast
Expected behavior
It should be possible to override the string used as the label for the sp-icon element in the Shadow DOM, both for i18n purposes and for clarity, because sometimes an "Warning" is not an "Error."
This relates to https://github.com/adobe/spectrum-web-components/issues/1975
Actual behavior
The alt text for the icon displayed in the "negative", "positive", and "info" Toast variants is hardcoded and cannot be overridden as "Error", "Success", and "Information" respectively.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to '...'
- Click on '....'
- Scroll to '....'
- Check console
- See error
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response