You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icon buttons in the presets menu do not have accessible names, so there is no programmatic way to identify each button or distinguish one from the other.
Use aria-label to give the buttons a unique, descriptive accessible name. For example, aria-label="Delete Preset". Also, hide the SVG image to avoid unnecessary or redundant announcements with the aria-hidden="true" attribute.
derekjackson-das
changed the title
Missing Accessible Name from Icon Buttons in the Presets Panel
Presets Panel: Missing Accessible Name from Icon Buttons
Jan 27, 2025
Issue Description
The icon buttons in the presets menu do not have accessible names, so there is no programmatic way to identify each button or distinguish one from the other.
Related to:
Derived from #5187 .
WCAG Criteria
3.3.2 Labels or Instructions - A
Notes
Use
aria-label
to give the buttons a unique, descriptive accessible name. For example,aria-label="Delete Preset"
. Also, hide the SVG image to avoid unnecessary or redundant announcements with thearia-hidden="true"
attribute.Screenshot or Screen Recording
Relevant Code
The text was updated successfully, but these errors were encountered: