ui-components icon indicating copy to clipboard operation
ui-components copied to clipboard

Header, Side menu, Footer: Add <nav> landmarks

Open Spark450 opened this issue 1 year ago • 0 comments

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"

Spark450 avatar Jul 30 '24 16:07 Spark450