3.1.1Language of PageThe <html> element must have a lang attribute set to the page's primary language.
A3.1.2Language of PartsWhen content switches language (e.g., a French quote in an English article), the language change must be marked with a lang attribute.
AA3.2.1On FocusReceiving focus must never automatically navigate, submit a form, or launch a popup. Focus changes must be predictable.
A3.2.2On InputChanging a form control (selecting a dropdown option, checking a box) must not automatically navigate or submit without warning.
A3.2.3Consistent NavigationNavigation menus must appear in the same order on every page. Users with cognitive disabilities rely on consistent placement.
AA3.2.4Consistent IdentificationThe same function must have the same label everywhere on the site. A search button should not be labelled 'Search' on one page and 'Find' on another.
AA3.2.6Consistent HelpNew in WCAG 2.2: help mechanisms (phone number, live chat, FAQ link) must appear in the same relative position on every page where they appear.
A3.3.1Error IdentificationWhen a form error is detected automatically, the specific field in error must be identified and described in text.
A3.3.2Labels or InstructionsEvery form input must have a visible label. Instructions about required format (date format, password rules) must be provided before the input.
A3.3.3Error SuggestionError messages must tell users how to fix the error — not just that an error occurred. Exceptions apply for security-sensitive validations.
AA3.3.4Error Prevention (Legal, Financial, Data)High-stakes forms (purchases, legal agreements, exam submissions, data deletion) must let users review, correct, or reverse the action.
AA3.3.7Redundant EntryNew in WCAG 2.2: if users must re-enter data they already provided in the same session, auto-populate it or let them select it from a list.
A3.3.8Accessible Authentication (Minimum)New in WCAG 2.2: authentication must not require a cognitive-only challenge unless an alternative exists. Password managers and magic links must be supported.
AA3.3.9Accessible Authentication (Enhanced)New in WCAG 2.2 (AAA): No authentication step may require a cognitive function test of any kind. Unlike SC 3.3.8, there are no exceptions for object recognition or personal content — all authentication must be cognitive-test-free.
AAA