Melanie Sumner
Melanie Sumner
Add info about Pa11y and ARC * webhint: https://webhint.io/docs/user-guide/hints/accessibility/ * ESLint Vue A11y: https://npmjs.com/package/eslint-plugin-vuejs-accessibility * ESLint React A11y: https://npmjs.com/package/eslint-plugin-jsx-a11y * ESLint Angular A11y: https://npmjs.com/package/eslint-plugin-lit-a11y
1. Generate a new details template with `ember generate violations rule-name` where `rule-name` is the new item to be added 2. Fill out the front matter information and add info...
After becoming aware of https://thisiswcag.com/ - I wonder if there's a way to incorporate both sites? At the least, consider adding a manual testing list enhancement. Also I think that...
In order to launch the project quickly, I used Tailwind CSS and UI (I have a license). However, the drawback of this is that the DOM is very cluttered. It...
To help prioritize rules to be written or issues to be fixed, each existing detail needs a severity level added. Severity should be based on impact to the user: -...
Add filters based on the tags to the violations/index template, so that the content can be filtered appropriately. - [ ] The filters should be a dropdown menu that automatically...
Add linting data from Deque's new [axe accessibility linter](https://marketplace.visualstudio.com/items?itemName=deque-systems.vscode-axe-linter) extension. Information should be added to existing violation files first, if possible. ## Common - [x] area-alt - [ ] aria-command-name...
Add information about testing frameworks and the a11y they support But think about how often this information would need to be reviewed for accuracy and plan for that.
The active item in the sidebar should always stay in the viewport when the sidebar is visible (larger viewports)