Open
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
avatar
Expected behavior
<!-- After -->
<sp-avatar src="image.jpg"></sp-avatar>
<!-- Renders as: -->
<img class="image" alt="" src="image.jpg">
Actual behavior
<!-- Before -->
<sp-avatar src="image.jpg"></sp-avatar>
<!-- Rendered as: -->
<img class="image" src="image.jpg">
Screenshots
No response
What browsers are you seeing the problem in?
Microsoft Edge, Safari, Chrome, Firefox
How can we reproduce this issue?
- Go to https://opensource.adobe.com/spectrum-web-components/components/avatar/#sizes
- Remove label property
- Open Dev Console
- Check img doesnt have alt attribute
Sample code or abstract reproduction which illustrates the problem
No response
Severity
None
Logs taken while reproducing problem
No response
Would you like to track this issue in Jira?
- Yes, please tell me the ticket number!