I have run my website through the WAVE (Web Accessibility Evaluation Tool) and am receiving 6 errors for “Empty form label”. I located the source of the error. The error is generated from the Narrow Your Results form located in the right column. The error is coming from the following code:
<label for=”s2id_autogen2″ class=”select2-offscreen”></label>
I located similar code in the plugins>the-events-calendar>common>vendor>tribe-select2> select2.js and select2.min.js. I tweaked the code in both files by adding the word “Select” between the opening and closing label tags. Nothing changed (even after clearing caches, etc).
I need to be able to have zero errors when using the WAVE tool. Do you have suggestions for correcting this empty form label?