WCAG 2.1: Section 3.2 - Predictable Content

Section 3.2: Predictable Content

This section of WCAG 2.1 ensures that content behaves consistently and predictably, helping users navigate and interact without confusion or surprises.

3.2.1 On Focus

When an element receives focus, it must not initiate a change in context automatically.

3.2.2 On Input

Changes to content or context must not occur automatically when input is provided unless necessary.

3.2.3 Consistent Navigation

Navigation mechanisms that are repeated across pages must remain consistent in structure and order.

3.2.4 Consistent Identification

Components with the same functionality must be consistently identified across the website.

Back to Top