Action - Ensure CSS background images that convey meaning have textual and visible equivalents - (2036569747) #5557
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
Module:
04 Action
Violation:
Ensure CSS background images that convey meaning have textual and visible equivalents
WCAG Reference:
Instance ID:
2036569747
Severity:
8
Description:
[Issue]
The "blue" meaningful CSS indicator with no textual equivalents.
[User Impact]
Screen reader users will be unable to determine what these images represent.
[Code Reference]
Note:
[Suggestion]
Ensure CSS background images that convey meaning have textual and visible equivalents.
The best way to do this is to use a real
<img>
or SVG element. To provide a textual equivalent for an<img>
element, add an alt attribute set to the desired text. To provide a textual equivalent for an SVG, add role="img" to the<svg>
element and add an aria-label attribute set to the desired text.[Compliant Code Example]
Media Type:
Images
Additional Resources:
The text was updated successfully, but these errors were encountered: