]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix typo 5681/head
authorSunny Li <LDYsunny@hotmail.com>
Mon, 25 Aug 2014 21:29:11 +0000 (17:29 -0400)
committerSunny Li <LDYsunny@hotmail.com>
Mon, 25 Aug 2014 21:29:11 +0000 (17:29 -0400)
add links to additional resources section

change header style to look similar to other pages

doc/pages/accessibility.html

index 6a9896156e1a4afaf4d013ab33280331ecf52e46..34acca246f9ed277ced326cb20eb11ad1c8712eb 100644 (file)
@@ -2,9 +2,9 @@
 title: Accessibility
 ---
 
-<h2>These guidelines will help you make your sites more accessible for keyboard navigation and screen readers.</h2>
+<h3 class="subheader">Guidelines on this page will help you make your sites more accessible for keyboard navigation and screen readers.</h3>
 
-<h3 class="subheader">Asside from the accessibility that his been built into the components, following this guide will give you some best practices toward accessibility. This is a living document and will continue to be updated.</h3>
+Aside from accessibility features that has been built into Foundation's components, this guide will give you additional best practices towards making your site more accessible. This is a living document and will continue to be updated.
 
 <p class="panel">Care about accessibility or want to contribe? Submit a Pull Request or get into the conversation on <a href="https://github.com/zurb/foundation">GitHub</a>.
 
@@ -30,12 +30,8 @@ Using the Tab button, navigate until you’ve reached the link below. (You can u
 ### Additional resources
 
 <ul class="side-nav" role="navigation" title="Link List">
-   <li role="menuitem"><a href="#">"HTML Codesniffer" bookmarklet for identifying accessibility issues</a></li>
-   <li role="menuitem"><a href="#">MDN accessibility documentation</a></li>
+   <li role="menuitem"><a href="https://github.com/squizlabs/HTML_CodeSniffer">"HTML Codesniffer" bookmarklet for identifying accessibility issues</a></li>
+   <li role="menuitem"><a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility">MDN accessibility documentation</a></li>
    <li role="menuitem"><a href="http://achecker.ca/checker/index.php">AChecker Web Accessibility Checker</a></li>
    <li role="menuitem"><a href="http://www.w3.org/WAI/intro/accessibility.php">w3.org Introduction to Accessibility</a></li>
  </ul>
-
-
-
-