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 3d94d01 commit acf3609Copy full SHA for acf3609
src/material/stepper/stepper.html
@@ -73,7 +73,6 @@
73
[tabIndex]="_getFocusIndex() === $index ? 0 : -1"
74
[id]="_getStepLabelId($index)"
75
[attr.aria-expanded]="selectedIndex === $index"
76
- [attr.aria-pressed]="selectedIndex == $index"
77
[attr.aria-controls]="_getStepContentId($index)"
78
[attr.aria-current]="selectedIndex == $index"
79
[attr.aria-label]="step.ariaLabel || null"
0 commit comments