Skip to content

Commit f6c6818

Browse files
authored
Merge branch 'master' into overflow-mem-leak
2 parents 6108379 + 627c272 commit f6c6818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/progress-bar/progress-bar.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import {
4242
class="cds--progress-bar__track"
4343
role="progressbar"
4444
[attr.aria-invalid]="isError"
45-
[attr.labelledby]="id"
46-
[attr.describedby]="helperText ? helperId: null"
45+
[attr.aria-labelledby]="id"
46+
[attr.aria-describedby]="helperText ? helperId : null"
4747
[attr.aria-valuemin]="!indeterminate ? 0 : null"
4848
[attr.aria-valuemax]="!indeterminate ? max : null"
4949
[attr.aria-valuenow]="!indeterminate ? value : null">

0 commit comments

Comments
 (0)