index.html: fix a couple of validation warnings
authorAntonio Ospite <ao2@ao2.it>
Fri, 30 Jun 2017 10:41:31 +0000 (12:41 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 30 Jun 2017 10:41:31 +0000 (12:41 +0200)
Fix warnings from the http://validator.w3.org/nu validator:

  - The banner role is unnecessary for element header.
  - The navigation role is unnecessary for element nav.

index.html

index bf628d2..5fed6e8 100644 (file)
 
   <body>
 
-    <header role="banner" class="pattern">
+    <header>
       <h1>Toggle Navigation: No JS</h1>
     </header>
 
     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
 
-    <nav class="toggle-menu" role="navigation">
+    <nav class="toggle-menu">
       <!--
         The toggle-menu__target elements will be hidden to avoid scrolling around
         when navigating to the fragment ids, see also