File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
src/demo-app/a11y/progress-bar Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
< section >
2
2
< h2 > Survey progress (Determinate progress bar)</ h2 >
3
- < md-progress-bar mode ="determinate " [value] ="surveyProgress " color ="primary ">
3
+ < md-progress-bar mode ="determinate " [value] ="surveyProgress " color ="primary "
4
+ aria-label ="Survey progress ">
4
5
</ md-progress-bar >
5
6
</ section >
6
7
7
8
< section >
8
9
< h2 > Video progress (Progress bar with buffer) </ h2 >
9
10
< md-progress-bar [value] ="videoPlayValue " [bufferValue] ="videoBufferValue " mode ="buffer "
10
- color ="primary "> </ md-progress-bar >
11
+ color ="primary " aria-label ="Video progress ">
12
+ </ md-progress-bar >
11
13
</ section >
12
14
13
15
< section >
14
16
< h2 > Loading content progress (Indeterminate progress bar)</ h2 >
15
- < md-progress-bar mode ="indeterminate " color ="warn "> </ md-progress-bar >
17
+ < md-progress-bar mode ="indeterminate " color ="warn " aria-label ="Loading content ">
18
+ </ md-progress-bar >
16
19
</ section >
17
20
18
21
< section >
19
- < h2 > Searching... (Query progress bar)</ h2 >
20
-
21
- < md-progress-bar mode ="query " color ="accent "> </ md-progress-bar >
22
+ < h2 > Search progress (Query progress bar)</ h2 >
23
+ < md-progress-bar mode ="query " color ="accent " aria-label ="Searching "> </ md-progress-bar >
22
24
</ section >
You can’t perform that action at this time.
0 commit comments