Skip to content
Getting Digital

Design and UX

Accessibility in design

Accessibility is design for the full range of people who will actually use a product, including those who move by keyboard, listen through a screen reader, magnify the screen or process information differently. It rests on a published standard, WCAG, which turns good intentions into testable criteria. For designers it is not a final audit but a run of decisions made from the first wireframe onward, when they are cheapest to get right.

Why this topic exists: WCAG's four principles and conformance levels, assistive technology and inclusive design: NN/g's Accessibility topic, SFIA Accessibility and inclusion, W3C WAI.

Disability is not a rare edge case. It covers permanent conditions, temporary ones such as a broken wrist, and situational ones such as glare on a phone in bright sun. Designing for that range tends to improve a product for everybody, which is why SFIA files accessibility and inclusion under user-centred design instead of under compliance, and why Nielsen Norman Group treats it as a core area rather than a specialism. Assistive technology is the umbrella for the tools people bring with them: screen readers that speak the page or render it in braille, magnifiers, voice control, switch devices and plain keyboard navigation. A design that assumes a mouse and perfect eyesight quietly shuts those users out.

WCAG in four principles

The Web Content Accessibility Guidelines come from the W3C's Web Accessibility Initiative. Versions 2.0, 2.1 and 2.2 are stable recommendations, 2.2 dating from October 2023, and each later version adds criteria without altering earlier ones, so meeting 2.2 also meets its predecessors. Version 3 exists only as a draft. Every guideline sits under one of four principles, and every testable success criterion carries a level.

PrincipleWhat it asksA design decision it touches
PerceivableInformation reaches people through a sense they can useText alternatives, captions, colour contrast, never colour alone
OperableEvery function works with the input a person hasKeyboard access, visible focus, target size, enough time
UnderstandableContent and behaviour are clear and predictablePlain labels, consistent navigation, useful error messages
RobustContent keeps working with assistive technology, present and futureSemantic structure a developer can express in proper markup

Levels, and what the designer owns

Level A removes the most basic barriers, AA adds the requirements most teams treat as their working target, and AAA is the strictest set. Many failures at any level are settled in the design file long before code exists:

  • Contrast between text and background, and between controls and their surroundings.
  • Focus order and focus styles, so a keyboard user can see where they are and moves in a sensible sequence.
  • Target size and spacing for touch and for people with limited dexterity.
  • Colour as the only signal, such as a red border on an invalid field with no text saying what is wrong.
  • Headings and labels that describe the content, which screen-reader users rely on to scan a page.

The beginner's mistake is treating accessibility as a checklist run after launch, or as something an overlay script can patch. Automated checkers catch only part of the problem, and the rest needs a person working through the product by keyboard and with a screen reader. Build the requirements into components so they are solved once, include disabled participants in research, and bring developers in early, because accessible markup is their half of the job. Captions and transcripts for video and audio belong in the brief from the start, not in a later sprint. Google's UX Design certificate introduces accessibility in its opening course, a sensible place for the habit to begin.

Next to this topic

Concepts to know

Glossary entries with the reason each one matters here.

  • Design system

    Accessible components make accessible products cheaper.

Certifications that test it

Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.

Frequently asked

Which WCAG version should a new project follow?
WCAG 2.2, the most recent stable recommendation. Because the 2.x versions are backward compatible, content that meets 2.2 also meets 2.1 and 2.0. Version 3 is still a draft and not yet something to conform to.
Is accessibility the designer's job or the developer's?
Both. Designers decide contrast, focus visibility, target sizes, labels, reading order and error messages. Developers turn those decisions into semantic markup, keyboard behaviour and the attributes assistive technology reads. Most failures happen at the hand-off, when a design never specified a state that a keyboard or screen-reader user will meet.
Can an accessibility overlay make a site compliant?
No. An overlay sits on top of a page and cannot repair missing structure, unlabelled controls or inaccessible flows, and it can interfere with the assistive technology people already use. Fixing the underlying design and code is the only dependable route.

Courses in the directory

7 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital