Terms
Description
The Nuxt Route Announcer has already been added to handle accessible route change announcements, ensuring that screen reader users are notified when navigating between pages.
However, there are additional scenarios in the application where important information should be announced to screen reader users, such as:
- Form success or error messages
- Dynamic UI updates (e.g., modals opening, lists updating)
- Notifications or alerts
- Any other async content changes that should be communicated for accessibility
Proposal
Adopt the Nuxt Announcer module to standardize and handle all other live region announcements throughout the application, outside of route changes.
Benefits
- Ensures a unified and accessible way to announce important UI changes across the app.
- Reduces the risk of missing a11y requirements for dynamic/async content.
- Improves the user experience for those relying on assistive technologies.
Acceptance Criteria
References
Contribution
No response
Terms
Description
The Nuxt Route Announcer has already been added to handle accessible route change announcements, ensuring that screen reader users are notified when navigating between pages.
However, there are additional scenarios in the application where important information should be announced to screen reader users, such as:
Proposal
Adopt the Nuxt Announcer module to standardize and handle all other live region announcements throughout the application, outside of route changes.
Benefits
Acceptance Criteria
References
Contribution
No response