Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ADA Compliance
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 1 year, 7 months ago.
- AuthorPosts
- August 2, 2021 at 2:41 am #34119
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
August 2, 2021 at 8:52 am #34121Hi,
First off, please note that the plugin is not claimed to be ADA nor WCAG compliant. We are regularly testing with the wawe tool, but other tools might be different.
I believe these two finds are simply false positives, as the items are actually invisible, and therefore should be unfocusable with any ADA compliant reader. I don’t know if we can do anything about them, since they are already invisible (set via the stylesheets), and they are marked with the aria-hidden tag as well.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.