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
From discussion with Ian... we should look through all of our components and figure out which ones have English defaults for accessibility text. WAE won't catch issues if there is something there, even if that something is wrong.
EDIT: Goutham and I decided to expand on this ticket for some additional cleanup related to a11y.
List a11y attributes with bad names:
button
a11yText | aria label for button when bodyState === loading
should be a11yLoadingText
List a11y attributes that are missing defaults:
button
a11yText | aria label for button when bodyState === loading
currently empty, should be "Loading"
List a11y attributes that have bad defaults
tbd
List a11y attributes that have bad storybook example text
carousel
aria-label = "Continious"
Should be empty
The text was updated successfully, but these errors were encountered:
From discussion with Ian... we should look through all of our components and figure out which ones have English defaults for accessibility text. WAE won't catch issues if there is something there, even if that something is wrong.
EDIT: Goutham and I decided to expand on this ticket for some additional cleanup related to a11y.
List a11y attributes with bad names:
List a11y attributes that are missing defaults:
List a11y attributes that have bad defaults
tbd
List a11y attributes that have bad storybook example text
The text was updated successfully, but these errors were encountered: