Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPIKE] A more generic approach for exposing Accessibility Notifications #3339

Open
2 tasks
o-hook opened this issue Jun 11, 2024 · 0 comments
Open
2 tasks
Labels
a11y code to be refined issue has to be refined
Milestone

Comments

@o-hook
Copy link
Contributor

o-hook commented Jun 11, 2024

Scope

There are several components like Button, Toast, Textfield, Banner, Inline Notification, etc. which expose more or less relevant notifications to the user (status and alerts). Regarding of the context and the severity of the notification, they should/must also be announced by screen reader software.

The support of those components regarding accessibility compliance is slightly different. Some components lack support exposing notifications to assistive technologies. This is mainly because of not rendering an HTML element container initially with aria-live attribute, but rendering it on-the-fly which is not supported by assistive technologies.

The goal of this SPIKE is to research and evaluate possibilities of generalizing notifications for assistive technologies.

Out of Scope

Notes

Acceptance criteria

  • Solution to expose notifications also for assistive technologies equal to the visual counter-part

Subtasks

  • Task
@o-hook o-hook added to be refined issue has to be refined code a11y labels Jun 11, 2024
@o-hook o-hook added this to the Accessibility milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y code to be refined issue has to be refined
Projects
Status: No status
Development

No branches or pull requests

1 participant