File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/demo-app/a11y/progress-spinner Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
< section >
2
2
< h2 > Loading indicator (Indeterminate progress spinner)</ h2 >
3
- < md-spinner color ="indeterminate " [strokeWidth] ="1 "> </ md-spinner >
4
- < md-spinner color ="accent "> </ md-spinner >
3
+ < md-spinner color ="indeterminate " [strokeWidth] ="1 " aria-label =" Loading " > </ md-spinner >
4
+ < md-spinner color ="accent " aria-label =" Loading " > </ md-spinner >
5
5
</ section >
6
6
7
7
< section >
8
8
< h2 > Portion of completion (Determinate progress spinner) </ h2 >
9
9
< md-progress-spinner [strokeWidth] ="1 " color ="primary "
10
- [value] ="portionValue "> </ md-progress-spinner >
11
- < md-progress-spinner color ="warn " [value] ="portionValue "> </ md-progress-spinner >
10
+ [value] ="portionValue " aria-label ="Portion complete ">
11
+ </ md-progress-spinner >
12
+ < md-progress-spinner color ="warn " [value] ="portionValue "
13
+ aria-label ="Portion complete ">
14
+ </ md-progress-spinner >
12
15
13
16
</ section >
You can’t perform that action at this time.
0 commit comments