We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6222aba + f6c6818 commit f935069Copy full SHA for f935069
src/progress-bar/progress-bar.component.ts
@@ -42,8 +42,8 @@ import {
42
class="cds--progress-bar__track"
43
role="progressbar"
44
[attr.aria-invalid]="isError"
45
- [attr.labelledby]="id"
46
- [attr.describedby]="helperText ? helperId: null"
+ [attr.aria-labelledby]="id"
+ [attr.aria-describedby]="helperText ? helperId : null"
47
[attr.aria-valuemin]="!indeterminate ? 0 : null"
48
[attr.aria-valuemax]="!indeterminate ? max : null"
49
[attr.aria-valuenow]="!indeterminate ? value : null">
0 commit comments