We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3af6d commit ee48632Copy full SHA for ee48632
footer.php
@@ -1,5 +1,5 @@
1
</main>
2
- <footer id="footer" class="footer" role="contentinfo"></footer>
+ <footer id="footer" class="footer" role="contentinfo" aria-label="Pied de page"></footer>
3
<?php wp_footer(); ?>
4
</body>
5
</html>
header.php
@@ -28,8 +28,8 @@
28
</li>
29
</ul>
30
31
- <header id="header" class="header" role="banner"></header>
+ <header id="header" class="header" role="banner" aria-label="Entête de page"></header>
32
33
- <main id="content" role="main" tabindex="-1">
+ <main id="content" role="main" tabindex="-1" aria-label="Zone de contenus">
34
<?php
35
wp_body_open();
0 commit comments