Skip to main content
Docs/WCAG 2.0 Overview

WCAG 2.0 Overview

The Web Content Accessibility Guidelines 2.0 — the foundation of modern web accessibility standards worldwide.

What is WCAG 2.0?

WCAG 2.0 was published by the W3C in December 2008. It defines how to make web content more accessible to people with disabilities, including visual, auditory, physical, speech, cognitive, and neurological disabilities.

WCAG 2.0 has three conformance levels: A (minimum), AA (standard — required by most laws), and AAA (enhanced). Most legal requirements reference WCAG 2.0 Level AA.

The Four Principles (POUR)

P

Perceivable

Information and UI components must be presentable to users in ways they can perceive.

1.1.1ANon-text Content

All non-text content has a text alternative.

1.3.1AInfo and Relationships

Structure conveyed through presentation is also available in text.

1.4.1AUse of Color

Color is not the only visual means of conveying information.

1.4.3AAContrast (Minimum)

Text has a contrast ratio of at least 4.5:1.

O

Operable

UI components and navigation must be operable by all users.

2.1.1AKeyboard

All functionality is available from a keyboard.

2.4.1ABypass Blocks

A mechanism exists to bypass repeated blocks of content.

2.4.3AFocus Order

Focus order preserves meaning and operability.

2.4.7AAFocus Visible

Keyboard focus indicator is visible.

U

Understandable

Information and the operation of the UI must be understandable.

3.1.1ALanguage of Page

The default human language of each page can be programmatically determined.

3.2.1AOn Focus

Receiving focus does not initiate a change of context.

3.3.1AError Identification

Input errors are identified and described to the user in text.

3.3.2ALabels or Instructions

Labels or instructions are provided when content requires user input.

R

Robust

Content must be robust enough to be interpreted by a wide variety of user agents, including assistive technologies.

4.1.1AParsing

Elements have complete start/end tags, are nested correctly, and have unique IDs.

4.1.2AName, Role, Value

All UI components have accessible names, roles, and states.

ConformPilot & WCAG 2.0

ConformPilot tests against all WCAG 2.0 A and AA success criteria using axe-core and Pa11y. When generating a VPAT, you can select WCAG 2.0 as the standard to map your audit results to each criterion automatically.