Reproduction
Steps to reproduce:
- Turn on VoiceOver or any screenreader.
- Go to a linear stepper element with more non-optional steps.
- Hover the second step in the stepper.
Expected Behavior
The disabled state should be announced. aria-disabled could solve this.
Actual Behavior
There is no information on disabled state.
Environment
- Angular: 12
- CDK/Material: 12
- Browser(s): Any
- Operating System (e.g. Windows, macOS, Ubuntu): Any
Reproduction
Steps to reproduce:
Expected Behavior
The disabled state should be announced.
aria-disabledcould solve this.Actual Behavior
There is no information on disabled state.
Environment