vue-burger-menu icon indicating copy to clipboard operation
vue-burger-menu copied to clipboard

fix(a11y): add a `role="navigation"` attribute to the `nav` element

Open yannbertrand opened this issue 3 years ago • 0 comments

To improve accessibility, using the role attribute is important. In this case, adding the role="navigation" on the nav element helps screen readers to understand the website page layout.

yannbertrand avatar Dec 09 '21 10:12 yannbertrand