Description
This is a UI/UX issue making components/patterns/BetConfirmPattern.tsx fully narrated for assistive tech. Each step transition (review, sign, submit, confirm) updates a polite live region with plain-language status.
Requirements and Context
- Single
aria-live="polite" region per flow, deduped messages
- Step changes also move focus to the new step heading
- Include error narration with concrete next step
- Must be secure, tested, and documented
- Should be efficient and easy to review
Suggested Execution
- Fork the repo and create a branch
git checkout -b feature/bet-confirm-narration
- Implement changes
- Edit
components/patterns/BetConfirmPattern.tsx
- Add
components/ui/live-region.tsx
- Test and commit
- VoiceOver test on macOS
- Cover edge cases (wallet rejection, network failure)
- Include test output and notes in the PR
Example commit message
feat: screen reader narration in bet confirm flow
Acceptance Criteria
Guidelines
- WCAG 2.1 AA, 4.1.3 Status Messages
- Clear documentation and inline comments
- Timeframe: 96 hours
Description
This is a UI/UX issue making
components/patterns/BetConfirmPattern.tsxfully narrated for assistive tech. Each step transition (review, sign, submit, confirm) updates a polite live region with plain-language status.Requirements and Context
aria-live="polite"region per flow, deduped messagesSuggested Execution
components/patterns/BetConfirmPattern.tsxcomponents/ui/live-region.tsxExample commit message
Acceptance Criteria
Guidelines