TestKase
TestKase
|Docs
Accessibility TestingReference

WCAG Levels and Versions

Plain-English reference to the WCAG versions and levels TestKase supports.

WCAG Levels and Versions

WCAG (Web Content Accessibility Guidelines) is the standard maintained by the W3C. TestKase supports every combination of WCAG version (2.0 / 2.1 / 2.2) and level (A / AA / AAA).

Versions

VersionPublishedWhat it added
WCAG 2.02008The original baseline — text alternatives, contrast, keyboard access.
WCAG 2.12018Mobile, low-vision, cognitive disabilities. Adds criteria for reflow, zoom, pointer gestures.
WCAG 2.22023Focus appearance, drag movements, target size, consistent help. Superset of 2.1.

Each version is a superset of the previous one — every 2.1 criterion is still in 2.2, plus 2.2's new items.

Levels

LevelRough meaningTypical target
AMinimum accessibilityBaseline, rarely a sufficient compliance target alone
AAMid-range, most common targetCorporate, SaaS, e-commerce
AAAHighest barGovernment, healthcare, education (full AAA is rarely practical for all content)

Levels are cumulative: a Level AA scan includes every Level A criterion plus the AA-only ones.

The TestKase dropdown

Scan Settings lets you pick any combination:

ValueLabel
wcag22aaaWCAG 2.2 AAA
wcag22aaWCAG 2.2 AA
wcag22aWCAG 2.2 A
wcag21aaaWCAG 2.1 AAA
wcag21aaWCAG 2.1 AA (Recommended)
wcag21aWCAG 2.1 A
wcag2aaaWCAG 2.0 AAA
wcag2aaWCAG 2.0 AA
wcag2aWCAG 2.0 A

Which one should I pick?

  • Most teamswcag21aa. It's the common compliance target and the broadest test-for-your-effort sweet spot.
  • Government / public sector — check the regulation you're subject to; many reference WCAG 2.1 AA as the floor, some now reference 2.2.
  • Modern corporate standardwcag22aa is becoming the new default as organizations update their standards.
  • Accessibility programs with dedicated teamswcag22aaa for the ceiling, with documented exceptions for criteria that don't apply to your content.