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.
1 parent 793a7c9 commit 66b8e53Copy full SHA for 66b8e53
src/material/stepper/stepper.html
@@ -55,7 +55,9 @@
55
[class.mat-stepper-vertical-line]="!$last"
56
[class.mat-vertical-content-container-active]="selectedIndex === $index"
57
[attr.inert]="selectedIndex === $index ? null : ''">
58
- <div class="mat-vertical-stepper-content"
+ <div
59
+ class="mat-vertical-stepper-content"
60
+ role="region"
61
[id]="_getStepContentId($index)"
62
[attr.aria-labelledby]="_getStepLabelId($index)">
63
<div class="mat-vertical-content">
0 commit comments