-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(material/datepicker): require confirmation buttons for a11y #24526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @twerske as you might be interested in this 👋 |
Deployed dev-app to: https://ng-comp-dev--pr-24526-70dd74869969aa01dcf86f01d6f593ff-8edc44sj.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For the datepicker accessiblity documentation, add instructions to always provide confirmation buttons. This prevents an accessibility issue where selecting a date on the calendar gives no audio feedback of the selected date (angular#23568). This commit only affects the docs and does not change source code. Addresses angular#23568
) For the datepicker accessiblity documentation, add instructions to always provide confirmation buttons. This prevents an accessibility issue where selecting a date on the calendar gives no audio feedback of the selected date (#23568). This commit only affects the docs and does not change source code. Addresses #23568 (cherry picked from commit ceae061)
…ular#24526) For the datepicker accessiblity documentation, add instructions to always provide confirmation buttons. This prevents an accessibility issue where selecting a date on the calendar gives no audio feedback of the selected date (angular#23568). This commit only affects the docs and does not change source code. Addresses angular#23568
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
docs(material/datepicker): require confirmation buttons for a11y
For the datepicker accessiblity documentation, add instructions to always
provide confirmation buttons. This prevents an accessibility issue where
selecting a date on the calendar gives no audio feedback of the selected date
(#23568).
This commit only affects the docs and does not change source code.
Addresses #23568