Page 1 of 1

ARIA ResponsiveMenu

Posted: Wed Aug 18, 2021 9:09 am
by Chizzle685
Lighthouse for desktop has problems with accessibility. The following errors are listed for the ResponsiveMenu.


Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children.


[role]s are not contained by their required parent element


List items (<li>) are not contained within <ul> or <ol> parent elements.


How can I fix the errors?

https://jahncke-gmbh.de

Re: ARIA ResponsiveMenu

Posted: Wed Aug 18, 2021 9:22 am
by Pablo
In the responsive menu, the 'menuitem' role is currently applied to the link (anchor).

Re: ARIA ResponsiveMenu

Posted: Wed Aug 18, 2021 9:32 am
by Chizzle685
Thank you for your quick response. But I don't know what to do now.

Re: ARIA ResponsiveMenu

Posted: Wed Aug 18, 2021 12:04 pm
by Pablo
There is no way to change this, this is how it was designed.
But I will investigate if I can give you more control over this.

Note: The lighthouse rules change almost daily, so it is not always possible to provide an instant solution for everything.

Re: ARIA ResponsiveMenu

Posted: Thu Aug 26, 2021 9:06 am
by Chizzle685
Thx for optimize in Version 16.4.x