[Accessibility] Form elements must have labels
Created by: tysongach
The search input is missing a label.
I ran the aXe Chrome extension, and it suggests to fix any of the following:
-
aria-labelattribute does not exist or is empty -
aria-labelledbyattribute does not exist, references elements that do not exist or references elements that are empty or not visible - Form element does not have an implicit (wrapped)
<label> - Element has no
titleattribute or thetitleattribute is empty