I am running a Lighthouse accessibility audit on a Joomla site using Helix Ultimate and Lighthouse reports the following accessibility issue:
"[aria-hidden='true'] elements contain focusable descendants"
The failing element is:
<a id="offcanvas-toggler" aria-hidden="true" ...>
Since the offcanvas toggler is a focusable and interactive control used to open the mobile menu, it appears that it should not be hidden from assistive technologies with aria-hidden="true".
Removing the aria-hidden attribute resolves the Lighthouse accessibility warning.
Can you confirm whether this is a known issue in Helix Ultimate and whether there is a recommended fix or update available?