Skip to content

fix(a11y): announce QuizHeader countdown timer to screen readers at t… - #1103

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
fathiaoyinloye:fix/quiz-header-accessible-timer
Jul 30, 2026
Merged

fix(a11y): announce QuizHeader countdown timer to screen readers at t…#1103
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
fathiaoyinloye:fix/quiz-header-accessible-timer

Conversation

@fathiaoyinloye

Copy link
Copy Markdown
Contributor

Description

Improve the accessibility of the quiz countdown timer by exposing it to assistive technologies. The countdown is now announced through an accessible timer region, with updates communicated politely at meaningful thresholds instead of every second, ensuring blind and low-vision users receive timely notifications without excessive interruptions.

Related Issue

Closes #950

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently (N/A)
  • Responsive design implemented
  • Starknet best practices followed (N/A)

…hresholds

Add role="timer" and aria-label to the countdown div so screen readers
identify it as a timer. Introduce a visually-hidden aria-live="polite"
region that announces time remaining only at meaningful thresholds
(10 min, 5 min, 2 min, 1 min, 30 sec, 10-0 sec) to avoid flooding
users with every-second tick announcements.

Closes rinafcode#950
@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@fathiaoyinloye Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 9696dac into rinafcode:main Jul 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Announce the QuizHeader countdown timer to screen readers

2 participants