Elao / accesseo

Provide accessibility and SEO insights of your page in Symfony profiler
MIT License
29 stars 3 forks source link

Nav : display all navigations items and roles (or missing role) #32

Closed al2b closed 3 years ago

al2b commented 3 years ago

For each nav :

<div id="main-nav" role="navigation" aria-label="Main">
  <!-- content -->
</div>

...

<nav id="footer-nav" aria-label="Footer">
  <!-- content -->
</nav>
<header>
  <nav id="main-nav" aria-label="Main">
    <!-- list of links to main website locations -->
  </nav>
</header>

...

<footer>
  <nav id="footer-nav" aria-label="Main">
    <!-- list of links to main website locations -->
  </nav>
</footer>