-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Accessibility] Form elements must have labels #415
Comments
tysongach
pushed a commit
that referenced
this issue
Jan 18, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
tysongach
pushed a commit
that referenced
this issue
Jan 18, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
tysongach
pushed a commit
that referenced
this issue
Jan 18, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
tysongach
pushed a commit
that referenced
this issue
Jan 18, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
tysongach
pushed a commit
that referenced
this issue
Jan 20, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
tysongach
pushed a commit
that referenced
this issue
Jan 20, 2016
- Properly label the input, to improve accessibility, but visually hide it to maintain the design, which uses a placeholder to indicate use - Uses the hide content technique from The Accessibility Project: http://a11yproject.com/posts/how-to-hide-content/ - Fixes #415
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The search input is missing a label.
I ran the aXe Chrome extension, and it suggests to fix any of the following:
aria-label
attribute does not exist or is emptyaria-labelledby
attribute does not exist, references elements that do not exist or references elements that are empty or not visible<label>
title
attribute or thetitle
attribute is emptyThe text was updated successfully, but these errors were encountered: