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

[Notification] Raw implementation with vanilla JS #18

Open
5 tasks
JeremiePat opened this issue Mar 18, 2022 · 0 comments
Open
5 tasks

[Notification] Raw implementation with vanilla JS #18

JeremiePat opened this issue Mar 18, 2022 · 0 comments
Labels
component Implement or fox one of our a11y component help wanted Extra attention is needed

Comments

@JeremiePat
Copy link
Contributor

This is the tracking bug for implementing accessible notification box using only raw web technologies available in browsers.

Link to existing specification or recommendation:

  • Note: Notification are not formally specified. As per the ARIA Authoring Practices they are considered as a type of alert box and/or dialog. However Notification bring their own set of challenges as they can stack heavily due to third party interaction, because of that, we must define how the notification stacking is done and how to present them to the user in order to comply with WCAG success criteria: 2.2.4 Interruption - level AAA.

We need to:

  • Document notification requirements and usage (in English)
  • Document notifications requirements and usage (in French)
  • Define functional specifications as Gerkins tests
  • Implement a first version of those specification
  • Formally tests (and pass) those specifications
@JeremiePat JeremiePat added component Implement or fox one of our a11y component help wanted Extra attention is needed labels Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Implement or fox one of our a11y component help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant