Skip to content
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

Add a label to /search text input #291

Open
erinchambers opened this issue Jul 26, 2023 · 0 comments
Open

Add a label to /search text input #291

erinchambers opened this issue Jul 26, 2023 · 0 comments
Assignees
Labels
a11y Accessibility bugsquash

Comments

@erinchambers
Copy link

Per WCAG 2.0 form inputs should be associated with a label element (techniques here)

I've been adding this to individual sites:
<label for="q">Search by:</label>
...but it should probably be in Orchid itself. If we want to visually hide it on Bootstrap sites there's an .sr-only class.

@erinchambers erinchambers added the a11y Accessibility label Jul 26, 2023
@erinchambers erinchambers self-assigned this Aug 22, 2023
@erinchambers erinchambers added this to the Next release milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility bugsquash
Projects
None yet
Development

No branches or pull requests

1 participant