I have insert a menu in my index:
<nav id="mainmenu" class="navbar navbar-default" role="navigation">
But when I try to validate it (in local) the validator.w3 tell me:
Warning: Element nav does not need a role attribute.
I can't find a solution, can someone help me?