You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: