There was an error while loading. Please reload this page.
1 parent e5e7bcd commit a6d9b8cCopy full SHA for a6d9b8c
1 file changed
src/components/icon/test/a11y/index.html
@@ -33,19 +33,19 @@ <h2>SVG icon with aria-hidden</h2>
33
<hr />
34
35
<h2>Font icon with aria-label</h2>
36
- <ion-icon name="cellular" aria-label="Mobile data">
+ <ion-icon aria-label="Mobile data">
37
<i class="fa fa-home"></i>
38
</ion-icon>
39
40
<h2>Button with aria-label and font icon</h2>
41
<button aria-label="Mobile data">
42
- <ion-icon name="cellular" aria-hidden="true">
+ <ion-icon aria-hidden="true">
43
44
45
</button>
46
47
<h2>Font icon with aria-hidden</h2>
48
49
50
51
</main>
0 commit comments