Skip to content

Commit

Permalink
fix(wizard): add missing role for step status icon (#1687)
Browse files Browse the repository at this point in the history
CDE-2561, VPAT-28110
  • Loading branch information
kevinbuhmann authored Feb 5, 2025
1 parent e2dfaf9 commit 91a7081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/angular/src/wizard/wizard-stepnav-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ import { ClrWizardPage } from './wizard-page';
<cds-icon
*ngIf="hasError"
shape="error-standard"
role="img"
[attr.aria-label]="commonStrings.keys.wizardStepError"
></cds-icon>
<cds-icon
*ngIf="!hasError && isComplete"
shape="success-standard"
role="img"
[attr.aria-label]="commonStrings.keys.wizardStepSuccess"
></cds-icon>
</div>
Expand Down

0 comments on commit 91a7081

Please sign in to comment.