Skip to content

Commit 1092e89

Browse files
committed
.
1 parent 5b150fc commit 1092e89

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
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>

0 commit comments

Comments
 (0)