]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added reference to visibility classes 7521/head
authorMarius Olbertz <marius.olbertz@gmail.com>
Mon, 14 Dec 2015 09:24:09 +0000 (10:24 +0100)
committerMarius Olbertz <marius.olbertz@gmail.com>
Mon, 14 Dec 2015 09:24:09 +0000 (10:24 +0100)
docs/pages/accessibility.md

index d2149d7593dce2f61e63294b794a62724df6764e..e4f0ace82b397d0bee9e60e568841612862ef5f8 100644 (file)
@@ -12,7 +12,7 @@ Aside from accessibility features that has been built into Foundation's componen
 ## Basic Principles
 
 - **Structure your document properly.** Use the right HTML tags for the job when marking up navigation, lists, links, controls, and so on.
-- **Label everything.** If a control or form element has no text label, add one. Use the `alt` attribute on all images to describe what they are.
+- **Label everything.** If a control or form element has no text label, add one. You can use the [visibility classes](visibility.html#accessibility) to hide labels visually while maintaining accessibility. Use the `alt` attribute on all images to describe what they are.
 - **Don't rely on purely visual cues.** The content of a page should make sense even if page is being read to the user, or if the user is colorblind and can't make use of color-based labeling.
 - **Make everything usable on a keyboard and mouse.** Lucky for you, all of our components work with keyboards, mice, and touch screens out of the box.