This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
new rule: react-a11y-tabindex-no-positive - Enforce tabIndex value is not greater than zero. #211
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Enforce tabIndex value is not greater than zero.
WCAG 2.4.3 - Focus Order - https://www.w3.org/TR/2008/REC-WCAG20-20081211/#navigation-mechanisms-focus-order
Audit Rules - tabindex-usage - https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#tabindex-usage
Avoid positive integer values for tabIndex - https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_focus_03
The text was updated successfully, but these errors were encountered: