diff options
| author | Patrick H. Lauke <[email protected]> | 2015-01-31 11:19:19 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-01-31 13:09:57 +0000 |
| commit | c0892d14709736be72b0eb3ba6ad1718019e88e0 (patch) | |
| tree | a6880ba8f962aa3c29cfd017aa9d34c1764b3380 /docs/_layouts/default.html | |
| parent | 4d4c7c40516a304e2902617131b3bf4ba86da70a (diff) | |
| download | bootstrap-c0892d14709736be72b0eb3ba6ad1718019e88e0.tar.xz bootstrap-c0892d14709736be72b0eb3ba6ad1718019e88e0.zip | |
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/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ea69962ee..f090bb100 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,7 @@ {% include nav/main.html %} <!-- Docs page layout --> - <div class="bs-docs-header" id="content"> + <div class="bs-docs-header" id="content" tabindex="-1"> <div class="container"> <h1>{{ page.title }}</h1> <p>{{ page.lead }}</p> |
