ui-components
ui-components copied to clipboard
Header, Side menu, Footer: Add <nav> landmarks
Acceptance Criteria:
- Use the HTML
<nav>element to communicate the navigation role for the Header, Side menu - Use the html
<footer>element for the Footer component - Screen reader names for each
- Header - "main navigation"
- Side menu - "side navigation"
- Footer - "footer navigation"