From 4b362489fde93d0af238a5e9dabb8659cc9740f3 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 13 Aug 2015 20:21:59 -0700 Subject: [PATCH] Fix typo in Tools - use aria-labelledby instead of title on ul - add resources - tools --- doc/pages/accessibility.html | 47 +++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/doc/pages/accessibility.html b/doc/pages/accessibility.html index 4396bf6df..164ec842b 100644 --- a/doc/pages/accessibility.html +++ b/doc/pages/accessibility.html @@ -25,7 +25,7 @@ Aside from accessibility features that has been built into Foundation's componen ### Tab-index -

Tab index lets users move forward and backward through the links and form elements on a page. But you can make anything "tabbable" with the tabindex attribute. +

Tab index lets users move forward and backward through the links and form elements on a page. But you can make anything "tabbable" with the tabindex attribute. {{#markdown}} ```html @@ -44,7 +44,7 @@ Aside from accessibility features that has been built into Foundation's componen ### How to Test a Website’s Keyboard Accessibility -

On a desktop or laptop in Firefox, IE, Chrome, or Safari, +

On a desktop or laptop in Firefox, IE, Chrome, or Safari, click into the browser address bar.

Take your hand off your mouse and use only your keyboard. @@ -81,11 +81,11 @@ Using the Tab button, navigate until you’ve reached the link below. (You can u overflow:hidden; } - #skip a:focus { - position:static; - width:auto; - height:auto; - } + #skip a:focus { + position:static; + width:auto; + height:auto; + } ``` {{/markdown}} @@ -103,23 +103,26 @@ Using the Tab button, navigate until you’ve reached the link below. (You can u

-
\ No newline at end of file + -- 2.47.2