The navigation role is unnecessary for element nav. #19

Closed
opened 2024-10-31 16:08:56 +00:00 by jc · 0 comments
themes/hugo-fresh/layouts/partials/navbar-clone.html:<nav id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation">
themes/hugo-fresh/layouts/partials/navbar.html:<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation">

example:

<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation">
``` themes/hugo-fresh/layouts/partials/navbar-clone.html:<nav id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation"> themes/hugo-fresh/layouts/partials/navbar.html:<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation"> ``` example: ``` <nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation"> ```
Sign in to join this conversation.