You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is the tracking bug for implementing accessible notification box using only raw web technologies available in browsers.
Link to existing specification or recommendation:
We need to:
The text was updated successfully, but these errors were encountered: