0Pricing
Web Accessibility Academy · Lesson

Operable: Can Everyone Use the Controls?

Keyboard access, enough time, and no traps.

Operable: Can Everyone Use the Controls? is a free Web Accessibility Academy lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Web Accessibility Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

What Operable Means

Operable is the second WCAG principle: every control and link must be usable, no matter how someone interacts with your page.

Not Everyone Uses a Mouse

Many people navigate with only a keyboard, a switch, or voice commands. If something needs a precise click, you have just locked them out.

Keyboard Access for All

Every action should work from the keyboard. Real buttons and links are focusable and respond to Enter or Space for free. ⌨️

<button>Add to cart</button>

Visible Focus

Keyboard users must see where they are. A clear focus indicator shows which element is active, so people never get lost.

No Keyboard Traps

If focus enters a widget and Tab cannot get it out, that is a keyboard trap. Users must always be able to move on.

Give Enough Time

A session that times out too fast fails people who type slowly or use assistive tech. Offer a way to extend or turn off time limits.

Pause What Moves

Auto-playing carousels and scrolling text are hard to use. Let people pause, stop, or hide moving content so they can act on it.

No Seizure Triggers

Content that flashes more than three times a second can cause seizures. Keep flashing within the safe threshold to protect users.

Help People Navigate

Clear page titles, headings, and a skip link let users find content fast instead of tabbing through the same menu every time.

<a href="#main">Skip to main content</a>

Big Enough Targets

Tiny links are hard to hit with shaky hands or on a phone. Generous target size makes controls easier for everyone to activate.

The Operable Question

Ask of every control: can someone use this without a mouse and without rushing? If not, it is not yet operable.

Quick Check

Let us test the Operable principle.

Recap: Operable

You learned that Operable means everyone can use your controls: full keyboard access, visible focus, no traps, enough time, and safe motion. 🎯

Frequently asked questions

Is the “Operable: Can Everyone Use the Controls?” lesson free?

Yes — the full text of “Operable: Can Everyone Use the Controls?” is free to read here on the web, and the Web Accessibility Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Web Accessibility Academy course, upgrade to CoddyKit PRO.

What will I learn in “Operable: Can Everyone Use the Controls?”?

Keyboard access, enough time, and no traps. You practise Web Accessibility Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Web Accessibility Academy?

No prior experience is required. Web Accessibility Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Operable: Can Everyone Use the Controls?” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Web Accessibility Academy lesson?

Yes. Every Web Accessibility Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Perceivable: Can Everyone Sense the Content?
  2. Operable: Can Everyone Use the Controls?
  3. Understandable: Is It Readable and Predictable?
  4. Robust: Will It Work With Their Tech?
← Back to Web Accessibility Academy