0Pricing
Web Accessibility Academy · Lesson

Understandable: Is It Readable and Predictable?

Clear language, consistent behavior, helpful errors.

Understandable: Is It Readable and Predictable? is a free Web Accessibility Academy lesson on CoddyKit — lesson 3 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 Understandable Means

Understandable is the third WCAG principle: people must be able to read your content and predict how the interface behaves.

Readable Language

Plain, clear wording helps people with cognitive differences, non-native speakers, and tired readers. Simple beats clever for readability. 📖

Declare the Language

Set the page language so screen readers use the right voice and pronunciation. One small attribute makes speech sound correct.

<html lang="en">

Explain the Hard Words

Jargon and abbreviations confuse readers. Spell out terms or define them so meaning stays clear and understandable to all.

Predictable Behavior

Things should act the way users expect. Focusing a field should not suddenly submit a form. Surprise breaks predictability.

Consistent Navigation

Keep menus and links in the same place across pages. Consistency lets people learn your site once and reuse that knowledge.

Consistent Naming

Call the same thing by the same name everywhere. If it is a Cart on one page, do not name it Basket on another. Labels should match.

Help People Avoid Errors

Good labels and hints stop mistakes before they happen. Telling users a date format up front prevents a frustrating error later.

Identify Errors Clearly

When something goes wrong, say what and where in plain text. A clear error message names the field and how to fix it.

Suggest the Fix

Do not just flag a problem; offer a way out. Suggesting a valid format or value turns a dead end into a quick correction.

The Understandable Question

Ask of every screen: can people read this and guess what happens next? If they are surprised or confused, it is not understandable.

Quick Check

Let us test the Understandable principle.

Recap: Understandable

You learned that Understandable means content reads clearly and behaves predictably: plain language, set the lang, consistency, and helpful errors. 💡

Frequently asked questions

Is the “Understandable: Is It Readable and Predictable?” lesson free?

Yes — the full text of “Understandable: Is It Readable and Predictable?” 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 “Understandable: Is It Readable and Predictable?”?

Clear language, consistent behavior, helpful errors. 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 3 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Understandable: Is It Readable and Predictable?” 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