Utilisation de la balise <nav> pour indiquer les menus

Utilisation de la balise HTML5 <footer> à la place de <div> pour indiquer le pied de page. L'attribut WAI-ARIA role="contentinfo" l'identifie comme étant le pied de page principal.
Le CSS a été modifié en conséquence.
This commit is contained in:
Sylvhem 2013-10-31 21:54:54 +01:00
parent 6ef7a123c4
commit 699d967d8b
1 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,9 @@ h1 {
border: 0;
border-top: solid 1px #ccc;
}
.backlink {
text-align: center;
}
.backlink a {
font-size: 10px;
text-decoration: none;
@ -172,7 +175,7 @@ a {
<br />
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
<hr id="bottom" />
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div>
<footer class="backlink" role="contentinfo"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></footer>
<br /><br />
</body>
</html>