-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
a11y(chips): Add accessibility demo page for chips #5947
Conversation
@tinayuangao does this need to be rebased on another PR? |
3e349ef
to
b32c7e3
Compare
<md-chip>Chip 1</md-chip> | ||
<md-chip>Chip 2</md-chip> | ||
<md-chip>Chip 3</md-chip> | ||
</md-chip-list> |
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.
Same comment on more "real world" content here
<md-chip color="accent" selected="true">Accent</md-chip> | ||
<md-chip color="warn" selected="true">Warn</md-chip> | ||
</md-chip-list> | ||
</section> |
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.
Maybe add a comment here that this example is good to have for contrast-radio checking
Changed to real world examples. Please take another look. Thanks! |
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, add merge-ready when ready
{{person.name}} | ||
</md-chip> | ||
</md-chip-list> | ||
<input mdInput placeholder="New Contributor..." |
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.
Should add an aria-label
for the input
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. |
No description provided.