From 2bbbf55180524c6e7510dc15d49fe6e17e8ff724 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jul 2014 23:46:47 -0700 Subject: Move accessibility to markdown --- docs/_includes/getting-started/accessibility.html | 26 ----------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index cb9b3e11e..000000000 --- a/docs/_includes/getting-started/accessibility.html +++ /dev/null @@ -1,26 +0,0 @@ -
-

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