From 5177c4ee2be432554c48922bace780fa31d423c9 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 27 Feb 2018 21:01:17 -0500 Subject: [PATCH] update buttons and nav semantics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the back to top button and menu button each lack appropriate accessible names. The primary page navigation is presently contained within an `aside` rather than a `nav` element. This commit adds accessible names to the previously mentioned buttons, so they will be appropriately conveyed to screen readers. It also changes the navigation from an `aside` to `nav` and provides the navigation with an `aria-label=“table of contents”` as all the links are in page links to the different sections of this document. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 548f0695a..203a24208 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,9 @@ - - +
@@ -47,7 +47,7 @@ Star
-
+

Clearfix

@@ -1039,4 +1039,4 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
- \ No newline at end of file +