Clickable control without tabindex Accessibility Checkpoint

Description

Clickable controls should be keyboard accessible.

Help

Add tabindex=0 so keyboard users can tab to the control, and add a keyboard event handler that activates it with Enter or Space. Better still, replace the element with a native button or a href element, which provides both.

Applicable standards

Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints. EN 301 549 checkpoints are equivalent to WCAG 2.1 level A and level AA checkpoints.

Change history

  • 2026.60 Apr 2026 Improved detection.
  • 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