Description
Lighthouse report issue is: List items (<li>) are not contained within <ul> or <ol> parent elements.
In theory this navigation should be a nav element with a nested <ul> and each item as an <li> and nested <a> tags. The role="navigation" is overriding the role="list" invalidating the screen reader's ability to navigate.

Description
Lighthouse report issue is:
List items (<li>) are not contained within <ul> or <ol> parent elements.In theory this navigation should be a nav element with a nested
<ul>and each item as an<li>and nested<a>tags. The role="navigation" is overriding the role="list" invalidating the screen reader's ability to navigate.