🐛 Bug: Add missing alt attribute to images #1041
Labels
🐛 Bug
Indicates that the issue is a bug or defect.
Status: On Hold
Similar to blocked, but is assigned to someone.
Describe the bug
Upon generating Lighthouse report for homepage of JSON Schema, a number of issues can be found. One of them being that many images are missing the required
alt
attribute.The list of images is long and all of them could not come in the screenshots.
A similar error :
Links must have discernible text
can be fixed for<a>
tags too by addingaria-label
attribute to them. Read more here.Steps To Reproduce
Expected Behavior
All images should have a
alt
attribute to improve accessibility.Screenshots
Device Information [optional]
Are you working on this issue?
No
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
The text was updated successfully, but these errors were encountered: