-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/badge): warn if use with mat-icon #27368
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I'd say that this is more of a fix
than a feature.
prior this commit there was no warning for matBadge being use with <mat-icon> as it is aria-hidden by default which means badge content is invisible to screen readers fixes angular#27035
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix(material/badge): warn if use with mat-icon prior this commit there was no warning for matBadge being use with <mat-icon> as it is aria-hidden by default which means badge content is invisible to screen readers fixes #27035 * fixup! fix(material/badge): warn if use with mat-icon (cherry picked from commit 65c7cad)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
prior this commit there was no warning for matBadge being use with as it is aria-hidden by default which means badge content is invisible to screen readers
fixes #27035