WCAG 2.0 Accessibility compliance errors
-
Our website must comply with WCAG 2.0, and this plugin throws three errors:
“input element has alt attribute:
Repair: Remove the alt attribute from all input elements except those with a type attribute value of “image”.
<input type=”submit” id=”uwpqsf_id_btn” value=”Search” alt=”[Submit]” class=”usfbtn ” />“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.
<input id=”uwpqsf_id_key” type=”text” name=”skeyword” class=”uwpqsftext” value=”” />“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.
<input id=”uwpqsf_id_key” type=”text” name=”skeyword” class=”uwpqsftext” value=”” />I’m not a programmer, which is why I use plugins, however it seems to address these issues I would need to go in and edit your code, which I am not comfortable doing. Is it possible to fix this, or could you tell me which files these lines are found in and how to change them, then I would feel comfortable making the changes.
Thank you.
https://www.ads-software.com/plugins/ultimate-wp-query-search-filter/
- The topic ‘WCAG 2.0 Accessibility compliance errors’ is closed to new replies.