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 11< section >
22 < 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 >
55</ section >
66
77< section >
88 < h2 > Portion of completion (Determinate progress spinner) </ h2 >
99 < 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 >
1215
1316</ section >
You can’t perform that action at this time.
0 commit comments