-
Notifications
You must be signed in to change notification settings - Fork 24
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
List - fix accessibility issues with List examples #4414
Conversation
✅ Deploy Preview for unrivaled-bublanina-3a9bae ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -48,6 +48,7 @@ const data = [ | |||
export const ListImageIdentifierExample = () => ( | |||
<Box width={{ max: 'xxlarge' }} margin="auto" fill> | |||
<List | |||
aria-label="Locations of people and image of location" |
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.
image showing the locations where people are currently situated
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.
Yeah that makes more sense, I'll make that change
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.
Updated aria-label
just one comment and fix yarn file then looks good |
Deploy Preview
What does this PR do?
Fixes accessibility issues that were flagged by the storybook automated accessibility tool in the List examples
Where should the reviewer start?
What testing has been done on this PR?
Storybook testing
In addition to the feature you are implementing, have you checked the following:
General UX Checks
Accessibility Checks
Code Quality Checks
How should this be manually tested?
Any background context you want to provide?
What are the relevant issues?
Closes #4366
Screenshots (if appropriate)
Should this PR be mentioned in Design System updates?
no
Is this change backwards compatible or is it a breaking change?
backwards compatible