From: Joe Watkins Date: Fri, 14 Aug 2015 03:21:59 +0000 (-0700) Subject: Fix typo in Tools - use aria-labelledby instead of title on ul - add resources -... X-Git-Tag: v5.5.3~43^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6841%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typo in Tools - use aria-labelledby instead of title on ul - add resources - tools --- 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 +