From: Jedidiah Date: Tue, 24 Nov 2015 13:43:48 +0000 (+0000) Subject: Typo in Accessibility docs. X-Git-Tag: v6.0.4~15^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac6e53d84b156d454b16dee5c3201aff9ed6a19;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Typo in Accessibility docs. s/fine tine/fine tune --- diff --git a/docs/pages/accessibility.md b/docs/pages/accessibility.md index 4ac3d5c50..2bf56adb4 100644 --- a/docs/pages/accessibility.md +++ b/docs/pages/accessibility.md @@ -40,7 +40,7 @@ If your site has video, provide captions so that users who are deaf or hard-of-h ## Foundation and Accessibility -All of Foundation's components are keyboard-accessible and screen reader-friendly. All of our code examples include the required accessibility hooks, but there may be instances where you, as the developer, need to fine-tine the specifics of how those hooks are used. Our JavaScript plugins will automatically add many required attributes to the HTML for you. Refer to each component's documentation to learn how to ensure your markup is screen reader-friendly. +All of Foundation's components are keyboard-accessible and screen reader-friendly. All of our code examples include the required accessibility hooks, but there may be instances where you, as the developer, need to fine-tune the specifics of how those hooks are used. Our JavaScript plugins will automatically add many required attributes to the HTML for you. Refer to each component's documentation to learn how to ensure your markup is screen reader-friendly. Foundation's CSS makes use of the library [what-input](https://github.com/ten1seven/what-input), which can detect the user's current input device and adjust CSS accordingly. We use it to disable outlines for mouse users, but not keyboard users, who need the outline to know what element on the page has focus.