Action Pad and Action - Provide valid, concise, and meaningful alternative text for image buttons - (2036569767) #7779
Labels
4 - verified
Issues that have been released and confirmed resolved.
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.
Violation:
Provide valid, concise, and meaningful alternative text for image buttons
WCAG Reference:
Severity:
6
Media Type:
Forms
Areas for Remediation:
Title: Action Pad and Action - Provide valid, concise, and meaningful alternative text for image buttons - (2036569767)
Module: Action Pad and Action
Issue
There are expand/collapse image buttons that do not provide the complete accessible names. The expand/collapse state is defined using an accessible name. Examples include:
Action pad
Action pad small scale
Action pad expanded
Action pad horizontal layout
Action pad grid layout
User Impact
Without meaningful alternative text, any information conveyed by these image buttons will not be conveyed to screen reader users and they will be announced as unlabeled buttons.
Code Reference
Suggestion
Ensure that image buttons provide meaningful alternative text. This can be achieved by providing an aria-label for
<button>
elements.Compliant Code Example
Additional Resources:
The text was updated successfully, but these errors were encountered: