intuit / accessibility-snippets

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

Add ARIA: list role #52

Closed tomarviii88 closed 2 years ago

tomarviii88 commented 2 years ago

The ARIA list role can be used to identify a list of items. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/List_role

tomarviii88 commented 2 years ago

I would like to take this up!