File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
projects/voicecapture-angular/src/lib Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 4
4
(click) ="deactivateVoice() "
5
5
[ngClass] ="mode "
6
6
>
7
- < button class ="exit " type ="button " (click) ="deactivateVoice() ">
8
- < i class ="icon icon-exit "> X</ i >
7
+ < button
8
+ class ="exit "
9
+ (click) ="deactivateVoice() "
10
+ aria-label ="Close voice capture "
11
+ type ="button "
12
+ >
13
+ < i class ="icon icon-exit " aria-hidden ="true "> X</ i >
9
14
</ button >
10
- < p class ="text-tip "> </ p >
11
- < button type ="button " class ="btn-voice " [class.active] ="animationButton ">
15
+ < p class ="text-tip " aria-live ="polite "> </ p >
16
+ < button
17
+ class ="btn-voice "
18
+ [class.active] ="animationButton "
19
+ aria-label ="Start voice capture "
20
+ type ="button "
21
+ >
12
22
< svg
13
23
xmlns ="http://www.w3.org/2000/svg "
14
24
viewBox ="0 0 24 24 "
15
25
width ="24 "
16
26
height ="24 "
27
+ aria-hidden ="true "
17
28
>
18
29
< path
19
30
d ="M17 11.998c0 2.76-2.23 5-4.99 5l-.002.002a4.994 4.994 0 01-4.979-5h-2c0 3.52 2.59 6.433 5.98 6.92v3.078h.01V22h2v-3.08h-.01A6.982 6.982 0 0019 11.998z "
You can’t perform that action at this time.
0 commit comments