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

[Alert] Raw implementation with vanilla JS #3

Open
5 tasks
JeremiePat opened this issue Aug 19, 2021 · 1 comment
Open
5 tasks

[Alert] Raw implementation with vanilla JS #3

JeremiePat opened this issue Aug 19, 2021 · 1 comment
Labels
component Implement or fox one of our a11y component
Milestone

Comments

@JeremiePat
Copy link
Contributor

JeremiePat commented Aug 19, 2021

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

Link to existing specification or recommendation:

We need to :

  • Document alert boxes requirements and usage (in English)
  • Document alert boxes requirements and usage (in French)
  • Define functional specifications as Gerkins tests
  • Implement a first version of those specification
  • Formally tests those specifications
@JeremiePat JeremiePat added this to the version 1.0 milestone Aug 19, 2021
@JeremiePat JeremiePat added the component Implement or fox one of our a11y component label Aug 20, 2021
@JeremiePat
Copy link
Contributor Author

After some investigation we can define three kind of alert box that have different requirements:

  • Inline alert
  • Dialog alert
  • Notification

This issue intend to handle the first kind of alert, the other two will have their own dedicated issue.

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
Projects
None yet
Development

No branches or pull requests

1 participant