Plan 8 Phase 1 — accessibility polish (10 live-sweep fixes)#25
Merged
Conversation
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.
Plan 8 Phase 1 — accessibility polish
Slice 1's final plan, split into Phase 1 (accessibility) and Phase 2 (mobile — still to design). This PR is Phase 1 only: ten findings from the first live a11y sweep (the running app driven in a real browser, so these were measured, not inferred).
Frontend-only — no backend, schema, or DB changes.
Findings fixed
<body>after the Done-area / settings re-render<form>nested inside the<h2>(broke the accessible name)aria-haspopup/ settings missingaria-describedby;requestAnimationFrameannounce dropped in a hidden tabprompt()The global Done area was already fine (5.36:1) — F3 was scoped to the per-list strip only.
Commits
7972542docs — spec + build planec9f156Task 1 — a11y CSS: 24px targets, Done-strip contrast, confirm stringdfa298eTask 2 — focus stays on the toggle after Done-area / settings re-rendere19c01eTask 3 — lists as labelled regions; card rename form out of the h2322ba7dTask 4 — picker haspopup, settings describedby, reliable announcer223e4f4Task 5 — longer undo-toast window for keyboard/SR usersbf1c9f7Task 6 — inline rename for boards and lists (replaces prompt)Verification
<body>· inline board/list rename with prefill + Esc + focus-return · listsrole="group"+aria-labelledby→<h3>· rename form out of the<h2>· announce fires in a hidden tab.Still owed before merge
Docs:
docs/2026-07-08-wend-mobile-a11y-polish-design.md·docs/plans/2026-07-08-slice1-mobile-a11y-polish.md