try at accessibility improvements

This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-29 11:25:56 +02:00
parent b94c8a620d
commit ae8c688903
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 5 additions and 3 deletions

View file

@ -28,7 +28,7 @@
</a> </a>
</div> </div>
<h1>$title</h1> <h1>$title</h1>
<nav role="top-navigation"> <nav arial-label="Main">
<a href="/index.html">Home</a> | <a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> | <a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a> <a href="/about-me.html">About</a>
@ -125,7 +125,7 @@ $body$
</main> </main>
<footer id="postamble" class="status" role="contentinfo"> <footer id="postamble" class="status" role="contentinfo">
<div class="content"> <div class="content">
<nav role="bottom-navigation"> <nav aria-label="Main">
<a href="/index.html">Home</a> | <a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> | <a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a> <a href="/about-me.html">About</a>

View file

@ -42,8 +42,10 @@ $description$
</div> </div>
</header> </header>
<main id="content" role="main"> <main id="content" role="main">
$if(toc)$<div id="toc">$table-of-contents$</div>$endif$ $if(toc)$<nav id="toc" role="doc-toc">$table-of-contents$</nav>$endif$
<article>
$body$ $body$
</article>
</main> </main>
<footer id="postamble" class="status" role="contentinfo"> <footer id="postamble" class="status" role="contentinfo">
<div class="content"> <div class="content">