We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6517e1a commit ed11370Copy full SHA for ed11370
src/material-examples/badge-overview/badge-overview-example.html
@@ -13,5 +13,9 @@
13
<p>
14
Icon with a badge
15
<mat-icon matBadge="15" matBadgeColor="warn">home</mat-icon>
16
+ <!-- Include text description of the icon's meaning for screen-readers -->
17
+ <span class="cdk-visually-hidden">
18
+ Example with a home icon with overlaid badge showing the number 15
19
+ </span>
20
</p>
21
0 commit comments