AWS and WCAG 2.0 compatibility errors
-
I try to make my site (https://blumare.gr) full WCAG 2.0 compatible.
For that reason i use WAVE Web Accessibility Evaluation Tool (wave.webaim.org) to discover all possible errors.
At the moment the evaluation process, when done for example in my home page but the same is for all other pages as well, shows me 2 main errors which direct to advanced woo search plugin.
Both errors are identical and are the following:2xMultiple form labels
– Meaning: A form control has more than one label associated with it.
In other words: Two or more <label>s are associated to a single <input> (except types of image, submit, reset, button, or hidden), <select>, or <textarea>.)-The errors refer to:
aws-search-form .aws-search-field-Related Code Part for both errors:
<input type=”search” name=”s” id=”621943ce763b6″ value=”” class=”aws-search-field” placeholder=”Αναζήτηση” autocomplete=”off”>`
(my Note: “Αναζήτηση” means Search in Greek)For your info, in my site i have the latest update of advanced-woo-search plugin as well as for wordpress/woocommerce.
Hope you could provide me a solution for the above mentioned errors.
Thanks in advance
The page I need help with: [log in to see the link]
The topic ‘AWS and WCAG 2.0 compatibility errors’ is closed to new replies.