Skip to main content

Accessibility Glossary

WCAG criteria, patterns, and standards — with interactive demos, detection methods, and audit data.

Psychology and design heuristics (Hick’s Law, Fitts’s Law, and so on). Useful mental models — not accessibility rules or WCAG criteria.

27 terms

Aesthetic-Usability Effect

Users perceive aesthetically pleasing designs as more usable — even when they're not. Beautiful design builds tolerance for minor friction. But aesthetics can't compensate for fundamental accessibility failures.

Laws of UX

Choice Overload

Too many options leads to decision paralysis and reduced satisfaction (paradox of choice). Limit visible options, use defaults, and allow filtering. Directly overlaps with cognitive load reduction.

Laws of UX
<400ms
feels instant
>1s
flow breaks

Doherty Threshold

Productivity soars when response time is under 400ms. Interactions that feel instant maintain flow state. Use skeleton screens, optimistic UI, and progress indicators when latency exceeds this threshold.

Laws of UX
OK

Fitts's Law

Time to reach a target = f(distance, size). Larger, closer targets are faster to hit. Make primary actions big and near the cursor. Applies directly to target size accessibility (WCAG 2.5.8).

Laws of UX

Flow State

Total immersion in a task where challenge matches skill. Design for flow: minimize interruptions, provide clear goals, give immediate feedback, and remove unnecessary friction. Accessibility barriers break flow.

Laws of UX
Step 3/4Almost there

Goal-Gradient Effect

Motivation increases as you approach a goal. Progress bars, step counters, and 'almost there' messaging accelerate completion. Loyalty cards that start pre-stamped outperform empty ones.

Laws of UX
slow
fast ✓

Hick's Law

Decision time increases with the number and complexity of choices. Reduce options, use progressive disclosure, break complex tasks into steps. Directly supports cognitive accessibility.

Laws of UX

Jakob's Law

Users spend most time on other sites — they expect yours to work the same way. Leverage familiar patterns (nav on top, logo links home, search in header). Novelty has a cost.

Laws of UX

Law of Common Region

Elements sharing a bounded area are perceived as grouped (Gestalt). Cards, sections, fieldsets — boundaries create relationships without needing proximity alone. Supports info & relationships (WCAG 1.3.1).

Laws of UX
spacing = grouping

Law of Proximity

Objects near each other are perceived as a group (Gestalt). Use spacing to create visual relationships — related form fields close together, unrelated sections further apart. Replaces the need for borders.

Laws of UX

Law of Prägnanz

People interpret complex images as the simplest form possible. Reduce visual noise, favor clean geometry, and avoid ambiguous layouts. The brain seeks order — give it order.

Laws of UX

Law of Similarity

Similar elements (shape, color, size) are perceived as related (Gestalt). Consistent styling for all buttons, all links, all headings. Breaking similarity draws attention — use intentionally for emphasis.

Laws of UX

Law of Uniform Connectedness

Visually connected elements (lines, arrows, shared color) are perceived as more related than disconnected elements. Breadcrumbs, step indicators, and flow diagrams leverage this principle.

Laws of UX

Mental Model

Users carry compressed expectations of how systems work. Mismatches between mental models and actual behavior cause errors and frustration. Research reveals models; design should align with them, not fight them.

Laws of UX
4805551234
(480) 555-1234
chunked → memorable

Miller's Law

Working memory holds ~7 (±2) items. Chunk information into groups of 3–5. Phone numbers, card numbers, and step indicators all use chunking. Especially critical for users with cognitive disabilities.

Laws of UX

Occam's Razor

The simplest solution is usually the best. Among designs that solve the problem equally well, prefer the one with fewer elements, fewer steps, and less cognitive overhead. Simplicity is a feature.

Laws of UX

Paradox of the Active User

Users never read manuals — they start using software immediately. Design for exploration, not instruction. Progressive disclosure, inline help, and sensible defaults serve active users.

Laws of UX
20%
80%
causes → effects

Pareto Principle

80% of effects come from 20% of causes. Focus on the 20% of features, flows, and pages that serve 80% of users. In accessibility: fixing the 6 most common WCAG failures addresses 96% of detected errors.

Laws of UX

Parkinson's Law

Tasks expand to fill available time. Reduce form fields and you reduce completion time. Set clear expectations with time estimates. Constrained interfaces (character limits, deadlines) drive efficiency.

Laws of UX
peakend

Peak-End Rule

Experiences are judged by their peak intensity and their ending — not the average. Invest in delightful success states and smooth offboarding. A painful checkout overshadows good browsing.

Laws of UX

Postel's Law

Be liberal in what you accept, conservative in what you send. Accept varied input formats (dates, phone numbers, spaces in card numbers). Output clean, consistent, predictable interfaces.

Laws of UX

Selective Attention

People focus on stimuli relevant to their current goal and filter out the rest. Important information must be visually prominent — not hidden in dense layouts. Banner blindness is selective attention at work.

Laws of UX
1
2
3
4
5

Serial Position Effect

People best remember the first (primacy) and last (recency) items in a series. Place key actions and navigation at the start and end of lists. Mobile bottom tabs leverage recency.

Laws of UX

Tesler's Law

Every system has irreducible complexity. The question is who bears it — the user or the system. Good design absorbs complexity so users don't have to. Autocomplete, smart defaults, and wizards are examples.

Laws of UX
!

Von Restorff Effect

The item that differs from the rest is most remembered (isolation effect). Highlight CTAs, error states, and new features by making them visually distinct. But don't rely on color alone (WCAG 1.4.1).

Laws of UX

Working Memory

The cognitive system that temporarily holds information needed to complete tasks. Limited to ~4 chunks. Reduce reliance on memory: show don't recall, persist state, and keep related info visible together.

Laws of UX
Set up profile
Add photo
Invite team

Zeigarnik Effect

People remember incomplete tasks better than completed ones. Progress indicators, partially filled profiles, and onboarding checklists leverage this to drive completion. Use ethically — not as a dark pattern.

Laws of UX