Small ARIA issue being flagged by Lighthouse test, related to the Cookie Consent box. You can test it on my site in private field. Google reports it as this:
[aria-hidden=”true”] elements contain focusable descendents
Focusable descendents within an [aria-hidden="true"]
element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn more.
Failing Elements
“This site uses cookies to improve your experience. By continuing to browse the …”
<div class=”avia-cookie-consent-wrap” aria-hidden=”true”>
May want to tweak it in next release.
Hey THP,
Thank you for the info.
We’ll forward the issue to our channel and maybe add the modification in the next patch. If I am not mistaken, we added that attribute to prevent the consent bar from displaying on the browsers’ reader view.
Best regards,
Ismael
Hi Ismael,
Great, thanks for looking into it. Hopefully you’ll find a way to resolve it and the browsers reader view issue at the same time.
Regards,
THP
Hi,
We’ll keep the thread open for further updates. We might have to remove the aria-hidden attribute and move the location of the privacy modal container so that it’s not seen on the reader view as the main content.
Best regards,
Ismael
Thanks for investigating it further.
Really appreciate all the improvements being made to the theme lately.
Hi THP,
Thank you for your feedback :)
Best regards,
Victoria
close please :)