🧹 Chore
Similar to what we do for Skeleton, add an example in Storybook for LoadingDots to incorporate screen reader live announcement support, building off of our a11y guidance for this component: https://workday.github.io/canvas-kit/?path=/docs/components-indicators-loading-dots--docs#accessibility.
LoadingDots example uses both AccessibleHide and AriaLiveRegion components to do this. It's useful to notify users to "please wait", and also notify when loading is complete. We also need to be careful not to 'spam' users when you have a screen with multiple loading components.
Collaborate with our accessibility partners on this as needed.
🧹 Chore
Similar to what we do for Skeleton, add an example in Storybook for
LoadingDotsto incorporate screen reader live announcement support, building off of our a11y guidance for this component: https://workday.github.io/canvas-kit/?path=/docs/components-indicators-loading-dots--docs#accessibility.LoadingDots example uses both
AccessibleHideandAriaLiveRegioncomponents to do this. It's useful to notify users to "please wait", and also notify when loading is complete. We also need to be careful not to 'spam' users when you have a screen with multiple loading components.Collaborate with our accessibility partners on this as needed.