Operable
Operable is one of the core principles of the Web Content Accessibility Guidelines (WCAG). It means that people must be able to use and navigate a website or application's controls, links, and other interactive elements, regardless of how they interact with the device. In practice, this includes making sure things work with a keyboard, giving users enough time to complete tasks, and avoiding content that could cause problems for some users.
Operable is the second of the four foundational WCAG principles (often summarized by the acronym POUR: Perceivable, Operable, Understandable, Robust). It requires that user interface components and navigation be operable by all users, meaning that interactive functionality must not depend on interaction methods a user cannot perform. The success criteria organized under this principle commonly address areas such as full keyboard accessibility, providing sufficient time to read and use content, avoiding content that could trigger seizures or physical reactions, and helping users navigate and find content. The specific success criteria and their conformance levels (A, AA, AAA) vary by WCAG version (for example, criteria were added in 2.1 and 2.2); practitioners should consult the applicable W3C specification for the exact criteria and level assignments. This entry is informational and not legal advice; applicable requirements depend on jurisdiction, regulation, and evolving case law.
Why it matters
Operable is one of the four foundational WCAG principles, and it addresses a fundamental barrier: a website may present content clearly, but if users cannot actually interact with its controls, links, and navigation, the experience is effectively unusable for them. People who rely on keyboards, switch devices, voice control, or other assistive technologies rather than a mouse depend on interfaces that respond to their input methods. When functionality assumes a single mode of interaction, entire groups of users can be locked out of completing core tasks.
The Operable principle also covers concerns that go beyond navigation, including giving users sufficient time to read and complete tasks and avoiding content that could trigger seizures or other physical reactions. These considerations reflect the reality that operability is not only about whether an element can be reached, but whether it can be used safely and without undue pressure. Addressing these areas helps ensure that interactive experiences accommodate a broad range of abilities and interaction preferences.
Because the specific success criteria under Operable and their conformance levels differ across WCAG versions, organizations aiming to meet a particular target should confirm which criteria apply to their chosen version. Meeting these criteria supports a more usable product, but conformance alone does not guarantee an accessible experience for every user or immunity from legal claims. This entry is informational and not legal advice; applicable requirements depend on jurisdiction, regulation, and evolving case law.
Who it's relevant to
Inside Operable
Common questions
Answers to the questions practitioners most commonly ask about Operable.