-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(material/chips): require announcing removal of chip to AT #27197
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
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
Deployed dev-app for 814f28e to: https://ng-dev-previews-comp--pr-angular-components-27197-z8zwt8el.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Update the accessibility instructions for the `MatChipRemove` directive. Require author to communicate to Assisstive Technology when a chip is removed. This can be done by sending a message with `LiveAnnouncer`. Following these instructions avoids an a11y issue where removing a chip is communicated only visually, and it is not communicated with any other senses (angular#12122). Update all examples to follow these instructions by announcing deletion with `LiveAnnouncer`. Fix angular#12122
81e84f9
to
814f28e
Compare
Update the accessibility instructions for the `MatChipRemove` directive. Require author to communicate to Assisstive Technology when a chip is removed. This can be done by sending a message with `LiveAnnouncer`. Following these instructions avoids an a11y issue where removing a chip is communicated only visually, and it is not communicated with any other senses (#12122). Update all examples to follow these instructions by announcing deletion with `LiveAnnouncer`. Fix #12122 (cherry picked from commit cddb04f)
Update the accessibility instructions for the `MatChipRemove` directive. Require author to communicate to Assisstive Technology when a chip is removed. This can be done by sending a message with `LiveAnnouncer`. Following these instructions avoids an a11y issue where removing a chip is communicated only visually, and it is not communicated with any other senses (#12122). Update all examples to follow these instructions by announcing deletion with `LiveAnnouncer`. Fix #12122 (cherry picked from commit cddb04f)
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. |
Update the accessibility instructions for the
MatChipRemove
directive. Require author to communicate to Assisstive Technology when a chip is removed. This can be done by sending a message withLiveAnnouncer
.Following these instructions avoids an a11y issue where removing a chip is communicated only visually, and it is not communicated with any other senses (#12122).
Update all examples to follow these instructions by announcing deletion with
LiveAnnouncer
.Fix #12122