Daily Accessibility ReviewImages Missing Alt Text in Carousel and ReceiverIcons Components #17743
Unanswered
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Accessibility Issue: Images Missing
altAttributeTwo components render
<img>elements without analtattribute, violating WCAG 2.2 Success Criterion 1.1.1 – Non-text Content (Level A).Screen readers announce images without
altattributes using the image's file path or URL, which is meaningless to users relying on assistive technology.Affected Files
1.
shell/components/Carousel.vue— line 198The image displays the chart/application icon in the featured charts carousel on the Apps & Marketplace pages. Without an
altattribute, screen readers have no description of the icon.Suggested fix:
2.
shell/components/formatter/ReceiverIcons.vue— line 98This image displays the logo of an alert receiver type (e.g. Slack, PagerDuty). Without
alttext, its purpose is not conveyed to assistive technology users.Suggested fix:
(where
keyis the loop variable representing the receiver type name)Steps to Reproduce
WCAG References
Beta Was this translation helpful? Give feedback.
All reactions