To understand web accessibility compliance, we need to learn about the current standards, guidelines, and tooling for acessibility compliance!
Web Accessibility is governed by the W3C Web Accessibility Initiative (WAI) which defines a core specification (ARIA) and publishes three guidelines (ATAG, WCAG, UAAG) to assist enforcement.
We focus primarily on WCAG since websites are about the content.
WCAG consists of WCAG 2.0, WCAG 2.1 and WCAG 2.2 - each version iteratively adds to the previous set of guidelines. To manage the constant evolution of technologies and a11y needs, WCAG uses a layers of guidance approach - going from broad principles to fine techniques.
4
Core Principles
13
non-testable Guidelines (see figure)
58
testable Success Criteria
This figure from Deque Systems illustrates the relationship between the 4 principles, the 13 guidelines and the 3 conformance levels.
_Now that we understand the standards and guidelines that define accessibility compliance, we need tools that can help us evaluate it.
[ππ½ Next: aXe Accessibility Solution]