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 11< section >
22 < 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 ">
45 </ md-progress-bar >
56</ section >
67
78< section >
89 < h2 > Video progress (Progress bar with buffer) </ h2 >
910 < 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 >
1113</ section >
1214
1315< section >
1416 < 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 >
1619</ section >
1720
1821< 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 >
2224</ section >
You can’t perform that action at this time.
0 commit comments