Skip to content

Commit acf3609

Browse files
committed
refactor(material/stepper): remove aria-pressed from vertical stepper
Remove unnecessary aria-pressed from vertical stepper.
1 parent 3d94d01 commit acf3609

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/material/stepper/stepper.html

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
[tabIndex]="_getFocusIndex() === $index ? 0 : -1"
7474
[id]="_getStepLabelId($index)"
7575
[attr.aria-expanded]="selectedIndex === $index"
76-
[attr.aria-pressed]="selectedIndex == $index"
7776
[attr.aria-controls]="_getStepContentId($index)"
7877
[attr.aria-current]="selectedIndex == $index"
7978
[attr.aria-label]="step.ariaLabel || null"

0 commit comments

Comments
 (0)