Clickable control without tabindex
Accessibility Checkpoint
Description
Clickable controls should be keyboard accessible.
Help
Add tabindex=0
to allow keyboard users to tab to the control.
Applicable standards
- WCAG 2.0 F15 (Success Criteria: 4.1.2 level A)
- WCAG 2.1 F15 (Success Criteria: 4.1.2 level A)
- Section 508 (2017) F15 (Success Criteria: 4.1.2 level A)
Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints.
Change history
- 5.37 May 2020 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: AccHtmlClickableNoTabindex