Hello! We are getting ready to launch this website tomorrow and I am finishing up our ADA scan and remediation. I have an error that I keep getting. The error is:
An element with aria-hidden=true contains focusable content.
It appears to be coming from several elements in the search form. How can I resolve these or can you resolve them in a plugin update?
<input type='submit' aria-hidden="true" aria-label="Hidden button" style='width:0; height: 0; visibility: hidden;'>
and
<div class="asp_option hiddend" aria-hidden="true">
<div class="asp_option_inner">
<input type="checkbox" value="title" id="set_title1_1" data-origvalue="1" name="asp_gen[]" checked="checked"/>
<label for="set_title1_1">Hidden label</label>
</div>
</div>
I am using PowerMapper to scan the website. Please let me know how I can resolve these issues. Thank you in advance!
Thanks! – Kayla