feat(select): a11y focus on child options #10292
Labels
Accessibility
This issue is related to accessibility (a11y)
G
This is is related to a Google internal issue
P2
The issue is important to a large percentage of users, with a workaround
Bug:
Focus of child options of an md-select is misrepresented by ChromeVox.
What is the expected behavior?
Keyboard navigation to a child option should set focus of ChromeVox to the location of the option in the menu.
What is the current behavior?
Keyboard navigation to a child option that overflows past the menu sets the focus of ChromeVox to the overflowed-location.
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Screen readers should be treated as a first-class citizen with regards to product excellence.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.2.3
Chrome OS (ChromeVox) 64.0.3282.167
Anything else we should know?
Likely related to any fix of #1670
The text was updated successfully, but these errors were encountered: