Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from joe-watkins/top-people-to-follow-in-web-accessibility
A list of the top people to follow in web accessibility and web standards.
-
Forked from tinymce/tinymce
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL.
-
-
Forked from w3c/aria-practices
WAI-ARIA Authoring Practices, maintained by ARIA WG https://www.w3.org/WAI/ARIA/
JavaScript
-
Forked from jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for a11y rules on JSX elements.
JavaScript
11 contributions in the last year
Contribution activity
July - October 2020
June 2020
- backwardok/eslint-plugin-jsx-a11y JavaScript
Created a pull request in jsx-eslint/eslint-plugin-jsx-a11y that received 2 comments
Add WCAG guidelines to rule documentation
Adds in a section for every rule that specifies what the WCAG guidelines are (if applicable) in a new Accessibility guidelines section near the bot…
Created an issue in jsx-eslint/eslint-plugin-jsx-a11y that received 2 comments
Add context to no-noninteractive-tabindex on when this might be valid
There's a use case for adding tabindex="0" to a generic container (like a <div>) to add keyboard accessibility to a scrollable container. Without the