Skip to content

fix: make motivational quote changes accessible#439

Open
Priyanka-Gholap wants to merge 1 commit into
ItsVikasA:mainfrom
Priyanka-Gholap:fix-motivational-quote-a11y
Open

fix: make motivational quote changes accessible#439
Priyanka-Gholap wants to merge 1 commit into
ItsVikasA:mainfrom
Priyanka-Gholap:fix-motivational-quote-a11y

Conversation

@Priyanka-Gholap

@Priyanka-Gholap Priyanka-Gholap commented May 29, 2026

Copy link
Copy Markdown

Which issue does this PR close?

Rationale for this change

When a user refreshes the motivational quote, the displayed quote changes visually, but screen readers are not notified of the updated content. This affects accessibility for visually impaired users who rely on assistive technologies.

What changes are included in this PR?

  • Added aria-live="polite" to the motivational quote container.
  • Ensured that updated quotes are announced by screen readers when the quote is refreshed.
  • Improved accessibility without affecting existing functionality or UI.

Are these changes tested?

Yes.

  • Verified that the application runs successfully using npm run dev.
  • Confirmed that the change does not introduce any build or runtime errors.
  • Verified that the quote refresh functionality continues to work as expected.

Are there any user-facing changes?

Yes.

Users who rely on screen readers will now be notified when the motivational quote changes, resulting in a more accessible and inclusive user experience.

@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

@Priya4010 is attempting to deploy a commit to the Vikas' projects Team on Vercel.

A member of the Team first needs to authorize it.

@Karanjot786

Copy link
Copy Markdown

Hey @Priyanka-Gholap! Saw your work on GSSoC 2026.

We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal.

We have 67 unassigned GSSoC issues open. 19 are marked good first issue. Your JavaScript background transfers directly.

Karanjot, TermUI maintainer

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.

Make Motivational Quote Changes Accessible

3 participants