content(accessibility): add Accessible authentication (WCAG 2.2 SC 3.3.8/3.3.9)#42
Merged
Merged
Conversation
…3.8/3.3.9) WCAG 2.2 (W3C Recommendation, Dec 2024) added two success criteria about logging in — 3.3.8 Accessible Authentication (Minimum, AA) and 3.3.9 (Enhanced, AAA) — which forbid relying on a cognitive function test (recalling a password, transcribing a code, solving a puzzle) unless an accessible alternative exists. The spec had no page on this. New page covers supporting password managers, allowing paste, autocomplete="one-time-code", passkeys/WebAuthn, and CAPTCHA alternatives. Status: recommended — it's a new AA criterion in the current WCAG REC, but the web platform does not break without it. - Wires reciprocal relatedSlugs on form-labels, form-errors, mobile-form-inputs, and well-known/webauthn. - Adds the changelog entry and the count-driven + per-page OG images. - SKILL.md left unchanged: it says "130+ pages" (not an exact count), still accurate at 138; category list and tool table unchanged, so no digest bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
b5fe9d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6a424ee6.specification-website.pages.dev |
| Branch Preview URL: | https://content-accessible-authentic.specification-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Adds a new Accessibility spec page: accessible authentication.
WCAG 2.2 introduced two login-focused success criteria — 3.3.8 Accessible Authentication (Minimum, AA) and 3.3.9 (Enhanced, AAA) — which forbid any authentication step that relies on a cognitive function test (recalling a password, transcribing a code, solving a CAPTCHA) unless an accessible alternative is offered. The page covers supporting password managers (
autocomplete="current-password"), allowing paste everywhere,autocomplete="one-time-code"for OTPs, offering passkeys/WebAuthn, not making a CAPTCHA the only gate, and magic-link fallbacks.recommended,order: 115,appliesTo: [all]autocomplete.Derived/required surfaces included
type: added) linking the new page inline.og-default,og/checklist,og/spec,og/spec/accessibility).relatedSlugscross-links added on four adjacent pages so the graph stays bidirectional:form-errors,form-labels,mobile-form-inputs, and well-knownwebauthn.Follow-ups before/after merge
agent-skills/specification-website/SKILL.md) page count + digest not yet bumped.cd mcp && npm run deploy) somcp.specification.websitepicks up the new page.🤖 Generated with Claude Code