You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Lighthouse complains when Isomer navigation menus contain 3rd level navigation, because the 3rd level is contained in a <div> tag. This was highlighted for the NCCS site.
The problem can be see on this test page. The navigation bar contains structures like the following:
Google Lighthouse complains when Isomer navigation menus contain 3rd level navigation, because the 3rd level is contained in a
<div>
tag. This was highlighted for the NCCS site.The problem can be see on this test page. The navigation bar contains structures like the following:
We should fix this by putting 3rd level navigation inside another
<ul>
tag instead of a<div>
tag.The text was updated successfully, but these errors were encountered: