Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2015-01-31 14:19:19 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2015-01-31 16:09:57 +0300
commitc0892d14709736be72b0eb3ba6ad1718019e88e0 (patch)
treea6880ba8f962aa3c29cfd017aa9d34c1764b3380 /docs/index.html
parent4d4c7c40516a304e2902617131b3bf4ba86da70a (diff)
Skip link workarounds for Chrome and IE
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index e2539a8d90..e2e91a79e1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
---
-<main class="bs-docs-masthead" id="content" role="main">
+<main class="bs-docs-masthead" id="content" role="main" tabindex="-1">
<div class="container">
<span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span>
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>