commit 9f37d266d2238361d7cfcb687af9779f9ca86fbd
parent 6273b6980e44290fedd3bfa8f894d2a8840f02f4
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 6 Jul 2020 19:51:12 -0400
Remove aria-label for nav element
The screen reader would read "navigation" then the aria-label which got
very annoying very fast because it would announce it as "navigation,
main navigation" which is redundant since there's no other navigation on
the page.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/header.html b/build/header.html
@@ -20,7 +20,7 @@
<!-- <p class="note">Test alert please ignore.</p> -->
<h1>paritybit.ca</h1>
</header>
- <nav id="navigation" aria-label="Main Navigation">
+ <nav id="navigation">
<a href="/">Home</a>
<a href="/blog">Blog</a>
<a href="/links">Links</a>