Skip to content

fix(a11y): add aria-live regions to navigation badges#190

Open
devxMani wants to merge 1 commit into
microsoft:mainfrom
devxMani:fix/a11y-badge-aria-live
Open

fix(a11y): add aria-live regions to navigation badges#190
devxMani wants to merge 1 commit into
microsoft:mainfrom
devxMani:fix/a11y-badge-aria-live

Conversation

@devxMani

Copy link
Copy Markdown

Description

Adds aria-live="polite" and aria-atomic="true" to navigation badges so screen readers announce badge count updates.

Changes

  • Added aria-live="polite" to navigation badges
  • Added aria-atomic="true" to ensure complete announcements
  • Added descriptive aria-labels for badge regions

Related Issues

Fixes #26

Checklist

  • Changes are limited to the accessibility fix
  • Documentation update not required
  • Tests not applicable (UI accessibility attribute change)

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.

a11y: navigation badges missing aria-live regions

1 participant