[ActionButton, ActionGroup] examples should be accessible #2853
Labels
bug
Results from a bug in the CSS implementation
documentation
Because documentation is important and shouldn't be broken
jira ticket created
size-2 S
~6-18hrs; not hard or time consuming, one or two work days to complete.
triage
Needs to be reproduced & prioritized
Description
The Storybook Action button (and Action group) examples do not have an accessible name in the icon-only versions. The versions that have a name in the markup have a duplicate aria-label attribute, but the ones that do not have a name in the markup are missing that attribute.
Link to documentation
https://opensource.adobe.com/spectrum-css/preview/index.html?path=/story/components-action-button--default
Additional context
I assume the stories/template should be set up more like the spectrum-Button examples, which add an aria-label attribute for the versions with no markup name, and do not add the attribute for the versions with the name in the markup. I’d be happy to submit a PR with this documentation fix if this is correct.
The text was updated successfully, but these errors were encountered: