Back
Elements should not have tabindex greater than zero
Ensures tabindex attribute values are not greater than 0
- Status
- Failed
- Impact
- Serious
- Category
- Keyboard
- Guidance
- Deque University
1 issue across 1 page
How to fix
To fix the issue, you need to resolve this:
- Element has a tabindex greater than 0
Where to fix
We found occurrences on 1 page:
-
alphagov.github.io/accessibility-tool-audit/tests/keyboard-access-tabindex-greater-than-0.html
HTML node <a href="page.html" tabindex="5">A link with a tabindex greater than 0</a>
CSS selector a