-
Notifications
You must be signed in to change notification settings - Fork 6.8k
demo(card): Add accessibility demo page for card #6358
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
b274185
to
fad7589
Compare
<section> | ||
<h2>Husky</h2> | ||
<p>Showing a card with title only</p> | ||
<md-card class="example-card"> |
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 any of these <md-card>
instances have role="group"
?
(to line up with the docs https://material.angular.io/components/card/overview)
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.
Added another example with role="group"
<p>Showing a card with title, subtitle, and avatar as header and a card image.</p> | ||
<md-card class="example-card"> | ||
<md-card-header> | ||
<img md-card-avatar src="a11y/card/assets/dachshund-avatar.jpg" aria-label="Dachshund avatar"> |
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.
Each image should have an alt
language. The breed is also known as the Alsatian in Britain and Ireland. | ||
</md-card-content> | ||
<md-card-actions> | ||
Search for more dogs... |
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.
Will this be weird since there's not a real search?
Added another example for |
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
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.