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
Accessibility Considerations for DaffNotificationComponent
The Desired Behavior
Notifications with actions or have a status of warn of danger should have role="alert"
Notifications without actions and is a informational (default) or has a status of success should have role="status"
Prior Work
Better accessibility considerations for the notification component
Environment
Daffodil version: X.Y.Z
Angular version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
xelaint
changed the title
[FEAT] Notifications with actions should change role to alertdialog and be focus trapped
[FEAT] Accessibility Considerations for DaffNotificationComponent
Jul 2, 2024
💡 Feature request
Feature Name
Accessibility Considerations for DaffNotificationComponent
The Desired Behavior
Notifications with actions or have a status of
warn
ofdanger
should haverole="alert"
Notifications without actions and is a informational (default) or has a status of
success
should haverole="status"
Prior Work
Better accessibility considerations for the notification component
Environment
The text was updated successfully, but these errors were encountered: