Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(snackbar): dynamically update
role
and aria-relevant
attributes
The `role="status"` and `aria-relevant="additions"` attributes should dynamically change based on the visibility of the snackbar to ensure proper accessibility. When the snackbar is displayed, these attributes should inform the assistive technologies to announce the content.
- Loading branch information