Clickable control with no role Accessibility Checkpoint

Description

Clickable controls should have an ARIA role.

Help

Controls that respond to clicks should have a role. div and span elements, and a elements without an href attribute, have no semantic role. Preferably use a native button or a href element; otherwise add an ARIA role such as role=button or role=link.

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: AccHtmlClickableNoRole