intuit / accessibility-snippets

VSCode Snippets created to help developers write accessible code.
MIT License
102 stars 37 forks source link

Aria for Loading Spinnner #32

Closed kendallgassner closed 3 years ago

kendallgassner commented 3 years ago

This one is a little more open ended but I think loading spinners are usually forgotten about.

this snippet might include aria-live="polite" and role="status" aria-label='loading'

essentially we want developers to be able to create a div with aria-live and role=status to explain to a screen-reader user that the page is loading

https://codeburst.io/how-to-create-a-simple-css-loading-spinner-make-it-accessible-e5c83c2e464c

aylinmarie commented 3 years ago

I don't mind taking this on! :)