File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1010
1111@switch (orientation) {
1212 @case ('horizontal') {
13- < div class ="mat-horizontal-stepper-wrapper " role =" group " >
14- < div class ="mat-horizontal-stepper-header-container ">
13+ < div class ="mat-horizontal-stepper-wrapper ">
14+ < div class ="mat-horizontal-stepper-header-container " role =" group " >
1515 @for (step of steps; track step) {
1616 < ng-container
1717 [ngTemplateOutlet] ="stepTemplate "
2222 }
2323 </ div >
2424
25- < div class ="mat-horizontal-content-container ">
25+ < div class ="mat-horizontal-content-container " role =" group " >
2626 @for (step of steps; track step) {
2727 < div
2828 #animatedContainer
7676 (keydown) ="_onKeydown($event) "
7777 [tabIndex] ="_getFocusIndex() === step.index() ? 0 : -1 "
7878 [id] ="_getStepLabelId(step.index()) "
79- [attr.aria-posinset] ="step.index() + 1 "
80- [attr.aria-setsize] ="steps.length "
8179 [attr.aria-controls] ="_getStepContentId(step.index()) "
82- [attr.aria-selected] ="step.isSelected() "
8380 [attr.aria-label] ="step.ariaLabel || null "
8481 [attr.aria-labelledby] ="(!step.ariaLabel && step.ariaLabelledby) ? step.ariaLabelledby : null "
8582 [attr.aria-disabled] ="step.isNavigable() ? null : true "
You can’t perform that action at this time.
0 commit comments