fix(a11y): WCAG 2.1 AA accessibility audit and remediation for claim flow (Closes #401) - #417
Open
waterWang wants to merge 1 commit into
Open
Conversation
…flow (Closes bridgelet-org#401) - Add skip-to-content link in PageShell (WCAG 2.4.1 Bypass Blocks) - Add role=status live region to loading state in ClaimPageClient (WCAG 4.1.3) - Add sr-only live region announcing claim-in-progress + aria-busy on form (WCAG 4.1.3 Status Messages) - Add axe-core automated accessibility scans to e2e suite covering the claim flow (PENDING_CLAIM + CLAIMED states) and the send flow - Document audit findings in docs/accessibility-audit.md Existing accessibility patterns confirmed: aria-live on ClaimStatusCard article, role=alert on errors, role=status on success, color+text status badges, visible focus indicators, full keyboard operability.
|
@waterWang is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Description
Conducts a WCAG 2.1 AA accessibility audit and remediation for the claim flow, as described in #401.
Changes
Skip-to-content link (WCAG 2.4.1 Bypass Blocks) — Added
#main-contentskip link inPageShellthat appears on focus for keyboard users.Loading state screen reader announcement (WCAG 4.1.3 Status Messages) — Added
role="status"+aria-live="polite"to the loading state inClaimPageClientso screen readers announce "Loading claim details…"Claim in-progress announcement (WCAG 4.1.3) — Added visually hidden
role="status" aria-live="assertive"live region that announces "Claim in progress" when the user submits a claim. Addedaria-busyto the form container during processing.Automated axe-core accessibility checks — Added
@axe-core/playwrightto the e2e test suite with three scans:Audit documentation —
docs/accessibility-audit.mddocuments all findings, existing patterns confirmed, and remediation applied.Verification
Acceptance criteria
docs/accessibility-audit.md