Skip to content

Commit 484a96c

Browse files
Suresh918jelbourn
authored andcommitted
docs(icon): add aria-labels to examples (#15145)
Fixes #15013
1 parent edb7835 commit 484a96c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<mat-icon>home</mat-icon>
1+
<mat-icon aria-hidden="false" aria-label="Example home icon">home</mat-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<mat-icon svgIcon="thumbs-up"></mat-icon>
1+
<mat-icon svgIcon="thumbs-up" aria-hidden="false" aria-label="Example thumbs up SVG icon"></mat-icon>

0 commit comments

Comments
 (0)