NO BUG: Lighthouse accessibility issue from dropdown element

Browser: Chrome 110
OS: Windows
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hi,

Google Lighthouse gets the following error from the dropdown element. The li tag in the dropdown makes sense when the dropdown is inside a nestable nav. But outside of it, it’s better to change it to something else to avoid this error.

Hi Jolia,
You can change the tag easily when using the dropdown outside of the nav.

However, we assume that it will mainly be used within the nav nestable elements—accordingly, the tag is li by default. Otherwise, you would have to change it there every time.

Best regards,
timmse