-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixing accessibility issues in shitlist #1565
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.
Hope it’s OK that I added my review, just because I’m excited to see this 😀
Some comments about details but overall looking great to me!
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.
One question about aria-hidden
, otherwise looks good
* add accessibility label to Modal close button * upgrade a11y shitlist * add changelog * Update UNRELEASED.md Co-Authored-By: Kaelig Deloumeau-Prigent <kaelig@users.noreply.github.com> * Remove duplicate translation, remove export for CombinedProps * Switcheroo on the export
Co-Authored-By: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-Authored-By: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-Authored-By: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-Authored-By: Andrew Musgrave <andrew.musgrave@shopify.com>
WHY are these changes introduced?
The shitlist contained a bunch of real accessibility issues that have not been fixed.
Fixes #1458
WHAT is this pull request doing?
Fixed accessibility issues in
DropZone
,Form
,Modal
,Section
,Page
,Tabs
,TextField
andTopBar
.