UX Encyclopedia

Inclusive Design

Beyond compliance: designing for the full range of human diversity — permanent, temporary, and situational.

Try it — one card, four pairs of eyes. View the same card through blur, glare, and red–green color loss. Vision limits run permanent / temporary / situational (Microsoft’s persona spectrum): low vision · eye surgery · sun on the screen — and the same design fixes serve all three. The simulations are rough approximations, not diagnoses.
View through

Gate 14 — boarding soon

Flight 208 boards at 9:40 from gate 14.

● On time● Gate changed

Fare rules and baggage limits apply.

Typical vision. Note the faint caption under the button — it is about to matter.

The persona spectrum (Microsoft Inclusive Design)

Every permanent disability has temporary and situational siblings: one arm (permanent) / arm injury (temporary) / holding a baby (situational); blind / eye surgery / glare-blinded driver; deaf / ear infection / loud bar. Designing for the permanent case improves life for everyone on the spectrum — this is why "solve for one, extend to many" is Microsoft's core principle, and why accessibility features routinely go mainstream (captions, voice control, autocomplete).

Curb-cut effect

Accommodations built for disability benefit far wider groups (named for sidewalk curb cuts: wheelchairs → strollers, carts, cyclists). Captions are the canonical digital example — used massively by hearing viewers (noisy environments, language learners). Budget accessibility as core-product investment, not edge-case tax.

Dimensions to design for

  • Vision: blindness (screen readers — semantic structure is the UI), low vision (zoom, contrast, reflow), color vision deficiency (~8% of men — see Color in Interface Design).
  • Motor: keyboard-only, switch access, voice control, tremor (target size, spacing, no timing-critical input, drag alternatives).
  • Hearing: captions, transcripts, visual alternatives to audio cues.
  • Cognitive & learning (the largest and least-served group — see W3C's COGA "Making Content Usable" guidance): plain language, consistent layouts, chunking, no memory burdens, undo everywhere, control over motion/time limits, multiple ways to understand (text + visual).
  • Age: vision/motor/memory changes plus tech-familiarity variance — larger defaults, forgiving interactions, no idiom-dependent icons.
  • Situation & environment: sunlight, gloves, one hand, low bandwidth, old devices, prepaid data — performance and offline behavior are inclusion issues (see Responsive Web Design).
  • Language & culture: reading level (aim for plain language — e.g., US plain-language guidance suggests general audiences are best served around an 8th-grade level; PlainLanguage.gov), localization beyond translation (formats, names — see W3C i18n "personal names" guidance — RTL mirroring, imagery norms).

Neurodiversity (ADHD- and autism-informed design)

  • ADHD: minimize competing stimuli (no autoplay, no unrelated animation near the task); autosave and preserve progress — interruption is the norm, not the exception; chunk long flows with visible progress; avoid punishing time limits (WCAG 2.2.1 makes them adjustable anyway); make the primary action visually unambiguous.
  • Autism: literal, specific language (idioms and vague CTAs like "Get inspired" fail); predictable, consistent layouts — surprise redesigns and moving elements carry real cost; explicit expectations (what happens after I click? how long will this take?); control over sensory load — no flashing, autoplaying media, or forced sound.
  • The UK Home Office's "Designing for accessibility" poster series (dos and don'ts for autism, ADHD/anxiety, dyslexia, and more) is a practical, widely used crib sheet; W3C COGA is the deeper source.
  • Don't design "for neurodiversity" as a mode — these are defaults that help everyone under stress, fatigue, or distraction.

Motion sensitivity

  • Vestibular disorders can make parallax, zoom transitions, spinning, and background video physically sickening (vertigo, nausea, migraine) — not a preference issue.
  • Respect prefers-reduced-motion: replace movement-based transitions with fades or instant changes; never gate content behind animation. WCAG 2.3.3 (AAA) asks that interaction-triggered animation be disableable; treat it as a baseline, not a stretch goal.
  • Riskiest patterns: large-area movement, scroll-hijacking, parallax layers moving at different speeds, zoom/scale page transitions. Val Head's work (A List Apart, "Designing Safer Web Animation for Motion Sensitivity") catalogs triggers and safer alternatives.

Low literacy & numeracy

  • The OECD's PIAAC adult-skills surveys consistently find that a large share of adults in every surveyed country reads and calculates at the lowest proficiency levels — design for low literacy as a mainstream case, not an edge case.
  • Text: short sentences, common words, front-loaded key information, headings that summarize, no walls of text; pair icons with labels; reading-level checkers help but are proxies — test with real users.
  • Numbers: people struggle with percentages, ratios, and compound conditions. Prefer concrete framing ("1 in 10 people" over "10%"; "$4 fee" over "2% surcharge"), do the math for the user (totals, price-per-unit, "you save X"), and show consequences, not formulas.
  • Forms: one question at a time beats dense grids; examples in context ("MM/YYYY") beat abstract format rules.

Assistive technology landscape (what your UI must survive)

  • Screen readers: JAWS, NVDA (Windows), VoiceOver (Apple), TalkBack (Android) — semantic markup is their entire interface (see WCAG Essentials).
  • Magnification: OS zoom and screen magnifiers — users see a small window onto the page, so keep labels adjacent to their controls and feedback near the point of action, not in a far corner.
  • Switch access: one or two physical switches drive scanning through focusable elements (built into iOS, Android, Windows, macOS). Anything keyboard-operable is switch-operable — another reason keyboard support is non-negotiable; minimize the number of steps to reach key actions.
  • Eye-gaze: dwell-based pointing for people with severe motor impairment — demands generous target sizes and spacing, and no hover-only or timing-critical interactions.
  • Voice control: Dragon, Apple Voice Control, Android Voice Access — users speak visible labels ("click Submit"). The visible label must be in the accessible name (WCAG 2.5.3 "Label in Name"), or voice users literally cannot invoke your buttons.

AI × accessibility (honest state, mid-2026)

  • Auto alt text: image-recognition and multimodal-LLM descriptions (e.g., Be My Eyes' AI mode) are genuinely useful as a fallback and on user demand, but generated alt text in your product is not a substitute for authored alt text — models miss context and intent (which is the point of alt text), state wrong specifics with confidence, and produce generic filler. Human review before publishing.
  • Live captions: automatic captioning is now ubiquitous (OS-level Live Caption, meeting tools) and a real win for live content — but error rates spike on names, jargon, accents, and crosstalk. For prerecorded media, WCAG requires accurate captions; raw auto-captions usually don't clear that bar without editing.
  • Plain-language rewriting: LLMs can simplify text on demand — a promising personal tool, but hallucinated meaning changes make unreviewed auto-simplification risky for critical content (medical, legal, financial).
  • Overlay widgets: third-party "AI accessibility overlay" scripts do not fix inaccessible code and have drawn broad practitioner criticism and legal complaints (see the Overlay Fact Sheet). Fix the source.

Practice

Inclusive design is a process (Microsoft's trio): recognize exclusion → learn from diversity (co-design WITH excluded communities — "nothing about us without us") → solve for one, extend to many. Ship accessibility personas into your standard persona set; add an exclusion review to design critique.

Sources

  • Microsoft Inclusive Design toolkit (inclusive.microsoft.design) — persona spectrum, principles.
  • W3C WAI — "Making Content Usable for People with Cognitive and Learning Disabilities" (COGA); i18n articles (w3.org/International).
  • Holmes, K. (2018). Mismatch: How Inclusion Shapes Design. MIT Press.
  • UK Home Office — "Designing for accessibility" posters (github.com/ ukhomeoffice/posters).
  • Head, V. — "Designing Safer Web Animation for Motion Sensitivity," A List Apart.
  • OECD — PIAAC Survey of Adult Skills (oecd.org).
  • WebAIM — screen reader user surveys (webaim.org/projects).
  • PlainLanguage.gov — US federal plain-language guidelines.
  • Overlay Fact Sheet (overlayfactsheet.com) — practitioner statement on accessibility overlays.
↑↓ to navigate · Enter to open · Esc to close