Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: markup Banner components as regions
Banner components are given the region role and an appropriate label to identify them. The label is taken from, in order or priority: - The `iconFallbackText` label, if set - The type of banner (e.g. "success", "warning", "information") - The word "banner" I also removed the visually-hidden insertion `iconFallbackText` to avoid duplication: if provided, this is now the region's label.
- Loading branch information