accessibility-snippets
accessibility-snippets copied to clipboard
VSCode Snippets created to help developers write accessible code.
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. I would love to get some formatting / prettier running in the code base
# What Changed Fixes https://github.com/intuit/accessibility-snippets/issues/36 # Why Todo: - [ ] Add Semantic Version Label - [ ] Add tests - [ ] Add docs
# What Changed Added Comment ARIA # Why Added for https://github.com/intuit/accessibility-snippets/issues/50 Allowing developers to add an ARIA role for comments in their application. Todo: - [ ] Add Semantic Version...
# What Changed # Why Todo: - [ ] Add Semantic Version Label - [ ] Add tests - [ ] Add docs
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/meter_role
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Comment_role
add a method to test snippets
The prefers-contrast CSS media feature is used to detect if the user has requested that the web content is presented with a higher (or lower) contrast. -Add to documentation: This...
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Tab_Role