hi i have os ticket v1.14.3 .i check my site at https://achecker.ca/checker/index.php and it shows me these problems. Can you know what i can do ? thanks
Success Criteria 1.3.1 Info and Relationships (A)
Check 57: input element, type of "text", missing an associated label.
Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Error Line 87, Column 5:
<input type="text" class="search" name="q" placeholder="Search our knowledge base"/>
Check 213: input element, type of "text", has no text in label.
Repair: Add text to the input element's associated label that describes the purpose or function of the control.
Error Line 87, Column 5:
<input type="text" class="search" name="q" placeholder="Search our knowledge base"/>