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
The search form doesn't have a required label. This is an accessibility issue, "a form control does not have a properly associated text label, the function or purpose of that form control may not be presented to screen reader users."
Problem
The search form doesn't have a required label. This is an accessibility issue, "a form control does not have a properly associated text label, the function or purpose of that form control may not be presented to screen reader users."
Reproducible Project
You can see the error reported by the Wave tool: https://wave.webaim.org/report#/https://sphinx-rtd-theme.readthedocs.io/en/stable/.
Error Logs/Results
Expected Results
Use
aria-label
to add the missing label. See https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html for examples. I will submit a pull request when I can.The text was updated successfully, but these errors were encountered: