-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/datepicker) debugging VoiceOver not reading date on Page…
…Down Do not merge this pls. Debugging issue #2430. There seems to be two issues 1. The screenreader focus doesn't not match the browser focus 2. the aria-live region is interfering with reading the focused element Adds a timeout to fix #1, and removes the aria-live region to fix #2. This is not the final solution, requires more investigation... Relates to #24330
- Loading branch information
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters