Open
Description
Feature Description
When mat-option is used with single-selection, the unselected option does not have aira-selected="false" set. This violates WCAG Success Criteria: 4.1.2 Name, Role, Value (A) as the aria-selected attribute is a required attribute for elements with role="option".
Expected behavior
- When mat-option is not selected, set aria-selected="false"
- When mat-option is selected, set aria-selected="true"
Use Case
No response