From 2a43e7e78a59c70e217383c12c9ef0482cabb163 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Mar 2014 19:03:53 -0700 Subject: Break up docs into includes --- docs/_includes/getting-started/accessibility.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/_includes/getting-started/accessibility.html (limited to 'docs/_includes/getting-started/accessibility.html') diff --git a/docs/_includes/getting-started/accessibility.html b/docs/_includes/getting-started/accessibility.html new file mode 100644 index 000000000..cb9b3e11e --- /dev/null +++ b/docs/_includes/getting-started/accessibility.html @@ -0,0 +1,26 @@ +
+

Accessibility

+

Bootstrap follows common web standards and—with minimal extra effort—can be used to create sites that are accessible to those using AT.

+ +

Skip navigation

+

If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content link immediately after your opening <body> tag. (read why)

+{% highlight html %} + + Skip to main content +
+ The main page content. +
+ +{% endhighlight %} + +

Nested headings

+

When nesting headings (<h1> - <h6>), your primary document header should be an <h1>. Subsequent headings should make logical use of <h2> - <h6> such that screen readers can construct a table of contents for your pages.

+

Learn more at HTML CodeSniffer and Penn State's AccessAbility.

+ +

Additional resources

+ +
-- cgit v1.2.3