What Is Cognitive Accessibility? Plain Language, Predictable Design, and the WCAG Guidance Behind Easier Reading
Color contrast and font size get most of the accessibility attention, but WCAG also covers something less visible: how much mental effort a page takes to read and use. Here's what cognitive accessibility means and how to work around it.
Most conversations about web accessibility start with what you can see: contrast, font size, spacing. Those matter, but WCAG covers a second, quieter problem too — how much mental effort a page takes to read and use in the first place, independent of whether you can see it clearly. That’s cognitive accessibility, and it’s less about vision than about vocabulary, predictability, and how much a reader has to hold in their head at once.
What “cognitive accessibility” actually covers
Cognitive accessibility is a broad label, not a single fix. It covers writing and design choices that reduce how much working memory, attention, and background knowledge a page demands from the person reading it — things like sentence length, jargon, how consistently a site’s navigation behaves, and whether a page’s structure matches what a reader expects.
None of that is specific to one diagnosis. It’s most directly relevant to people with cognitive or learning disabilities, but the same friction shows up for a much wider group: someone reading in a second language, someone reading on four hours of sleep, someone skimming a page while half-watching something else. Reducing unnecessary cognitive load makes a page easier for all of them, not just the group it was originally designed for — the same pattern that shows up across most accessibility work.
Where it lives inside WCAG
WCAG organizes its rules under four principles — Perceivable, Operable, Understandable, and Robust. Cognitive accessibility sits mostly under Understandable, in two guidelines specifically: “Readable” (making text content readable and understandable) and “Predictable” (making pages appear and operate in predictable ways). A few of the criteria under those guidelines, with their conformance level:
- Language of Page (3.1.1, Level A) — a page has to programmatically identify its main language, so assistive technology and translation tools know how to process it correctly. This is a baseline requirement, not an optional one.
- Consistent Navigation (3.2.3, Level AA) — navigation menus that repeat across a site have to stay in the same relative order on every page, so a reader can rely on muscle memory instead of re-scanning the layout each time.
- Consistent Identification (3.2.4, Level AA) — a component that does the same thing on different pages (a search icon, a “download” button) has to be labeled or identified the same way everywhere it appears.
- Unusual Words (3.1.3, Level AAA) — a mechanism should be available to explain jargon, idioms, or specialized terms, such as an inline definition or a linked glossary entry.
- Reading Level (3.1.5, Level AAA) — if content requires reading ability beyond lower-secondary education level and can’t be simplified, supplemental content or an alternative version should be available.
The first three sit at Level A or AA — the levels most sites are expected to meet. The last two are Level AAA, which WCAG doesn’t recommend as a blanket requirement for an entire site, but they’re a useful description of what genuinely easy-to-follow content looks like, even where they’re not mandatory.
The guidance that goes beyond WCAG
WCAG’s Understandable criteria are a baseline, not a complete playbook. The W3C’s own Cognitive and Learning Disabilities Accessibility Task Force (COGA) publishes more detailed guidance on this exact topic — practical patterns for plain language, page structure, and reducing error-prone interactions. It’s worth being precise about what this is: COGA’s output is an informative Working Group Note, not a formal WCAG standard, so it isn’t something a site can be legally required to pass the way it can with WCAG’s numbered success criteria. It’s still one of the most thorough references available if you want to understand why certain writing and design choices help, beyond the minimum WCAG asks for.
What plain language actually looks like
“Plain language” gets used loosely, but in practice it comes down to a handful of concrete habits:
- Short sentences over long ones. A sentence carrying one idea is easier to hold in working memory than one carrying three, even if both are grammatically correct.
- Common words over specialized ones, or a specialized word explained the first time it’s used rather than assumed.
- Active voice over passive voice. “The extension saves your settings” is easier to parse than “Your settings are saved by the extension.”
- One idea per paragraph, with a heading that actually describes what follows, so a reader can scan structure before committing to reading every word.
- Concrete language over vague language. “Response within two business days” carries more usable information than “prompt response.”
None of this means content has to be simplistic. It means the reading level required to follow the argument shouldn’t be higher than the argument itself actually requires.
Predictability matters as much as vocabulary
The second half of cognitive accessibility isn’t about words at all — it’s about structure staying where a reader expects it to. A navigation menu that reorders itself, a button that means one thing on one page and something else on another, or content that shifts around while someone is reading it all add the same kind of tax: a reader has to re-verify something they should have been able to take for granted. Consistent navigation and consistent labeling (WCAG 3.2.3 and 3.2.4, above) exist specifically to remove that tax.
Who this helps most
- People with cognitive or learning disabilities — the group this guidance is most directly written for, and the one most affected when a page relies on dense vocabulary or unpredictable structure.
- People reading in a second language, where jargon and idioms are disproportionately harder to parse than plain wording. In-page translation helps with the language barrier itself, but plain source text reduces how much even a good translation has to work around.
- Readers with ADHD or attention-related challenges, for whom a long, unbroken block of dense text is a much bigger barrier than the same content broken into short paragraphs under clear headings — see seven reading strategies for ADHD for more on this.
- Anyone reading under normal, everyday strain — tired, distracted, skimming on a phone during a commute. Cognitive accessibility guidance is written for people with disabilities, but almost none of it stops helping once you leave that group.
What you can do when a site isn’t written this way
You can’t rewrite someone else’s page, but a few tools reduce the specific friction dense, jargon-heavy content creates:
- Define on Select looks up an unfamiliar word or piece of jargon right where you’re reading, without losing your place or opening a new tab to search for it.
- Read Aloud shifts some of the processing load from visual reading to listening, which can make dense material easier to follow at a pace you control.
- In-page translation helps when the barrier is the language itself rather than the vocabulary within it.
None of these change what a page says. They lower the cost of getting through content that wasn’t written with plain-language guidance in mind in the first place — which, in practice, is most of the web.
Frequently asked questions
Is cognitive accessibility only relevant to people with a diagnosed learning disability?
No. It’s most directly aimed at people with cognitive or learning disabilities, but the same plain-language and predictable-navigation practices reduce reading effort for a much wider group, including people reading in a non-native language or simply reading while tired or distracted.
Does writing in plain language mean dumbing down content?
No. Plain language is about matching the reading effort required to the actual complexity of the idea, not removing complexity that’s genuinely there. A short sentence and a clearly explained term can carry just as much substance as a dense one — it just doesn’t make the reader work harder than necessary to get it.
Is Reading Level (3.1.5) something most websites are required to meet?
No. It’s a Level AAA success criterion, which WCAG itself doesn’t recommend as a blanket requirement for an entire site. It’s a useful description of highly accessible writing, but Level AA — which doesn’t include it — is the target most laws and audits actually require.
Can a browser extension fix a page that isn’t written in plain language?
Not directly — no tool can rewrite someone else’s sentences for them. What a reading extension can do is reduce the friction around the parts that make dense writing harder to get through: looking up unfamiliar terms, listening instead of reading, or translating unfamiliar language, so the underlying writing is less of an obstacle even when it can’t be changed.