Making accessibility standards easy to understand, one success criterion at a time.

WCAG version: 2.1

Collection of success criterion published in WCAG version 2.1 in 2018. Notably adds mobile, low vision, and cognitive updates.

WCAG 2.0, 2.1, 2.2 Level AAA

2.4.8 Location

The user is clearly informed where they are in a set of pages.

Whole Site
Cognitive, Visual
Code, Design
WCAG 2.0, 2.1, 2.2 Level AAA

2.4.9 Link Purpose (Link Only)

It is clear where a link will take you from the link text alone, without having to read the text around it.

Code and Labels, Wording
Cognitive, Visual
Code, Content, Design
WCAG 2.1, 2.2 Level A

2.5.1 Pointer Gestures

All actions that are carried out using a gesture (swiping, pinching, and so on) or drawing, can also be done with a button or buttons.

Gestures
Cognitive, Physical/Motor, Visual
Code
WCAG 2.1, 2.2 Level A

2.5.2 Pointer Cancellation

Actions (like pressing a button) aren’t triggered on mouse-down; rather on mouse-up.

Gestures
Cognitive, Physical/Motor, Visual
Code
WCAG 2.1, 2.2 Level A

2.5.3 Label in Name

The visible text of a form field, button, or link matches the text in the underlying code.

Code and Labels, Forms
Cognitive, Visual
Code
WCAG 2.1, 2.2 Level A

2.5.4 Motion Actuation

There is no reliance on device motion, like shaking or tilting, to carry out an action.

Gestures
Cognitive, Physical/Motor, Visual
Code
WCAG 2.1, 2.2 Level AAA

2.5.5 Target Size (Enhanced)

Anything clickable should be at least 44 by 44 pixels, except links within a sentence which are okay to be the size of the text they encompass.

Gestures
Physical/Motor, Visual
Design
WCAG 2.1, 2.2 Level AAA

2.5.6 Concurrent Input Mechanisms

The user can happily switch between using a mouse, touchscreen, keyboard, or any other input device.

Gestures, Keyboard
Cognitive, Physical/Motor
Code
WCAG 2.0, 2.1, 2.2 Level A

3.1.1 Language of Page

There’s a lang attribute on the <html> element that matches the language of the page.

Code and Labels, Wording
Cognitive, Visual
Code
WCAG 2.0, 2.1, 2.2 Level AA

3.1.2 Language of Parts

Any parts of the page that are in a different language to the page itself are marked up with the appropriate lang value. Names and phrases derived from other languages, like “Déjà vu” in English, don’t need this.

Code and Labels, Wording
Cognitive, Visual
Content