Skip to content

Commit 6cc15bf

Browse files
committed
addressed comments
1 parent 541bee4 commit 6cc15bf

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/demo-app/a11y/icon/icon-a11y.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
<section>
2-
<h2>Fingerprint icon (Decorative icons)</h2>
2+
<h2>Fingerprint status</h2>
3+
<p>Showing a status message with a purely decorative icon</p>
34
<md-icon color="primary">fingerprint</md-icon>
5+
Your fingerprint was recorded!
46
</section>
57

68
<section>
7-
<h2>Delete icon (Interactive icons) </h2>
9+
<h2>Delete icon button </h2>
10+
<p>Showing a button with interactive icon which can perform an action</p>
811
<button md-icon-button aria-label="Delete" (click)="deleteIcon()">
912
<md-icon color="accent">delete</md-icon>
1013
</button>
1114
</section>
1215

1316
<section>
14-
<h2>Done icon (Indicator icons) </h2>
17+
<h2>Home link </h2>
18+
<p>Showing a link with interactive icon</p>
19+
<a md-icon-button aria-label="Home" href="http://www.google.com">
20+
<md-icon color="primary">home</md-icon>
21+
</a>
22+
</section>
23+
24+
<section>
25+
<h2>Done status </h2>
26+
<p>Showing a status indicator with an indicator icon</p>
1527
<md-icon color="warn">done</md-icon>
1628
<span class="cdk-visually-hidden">Done</span>
1729
</section>

0 commit comments

Comments
 (0)