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:
authorKevin Suttle <kevin@kevinsuttle.com>2013-08-12 00:34:48 +0400
committerKevin Suttle <kevin@kevinsuttle.com>2013-08-12 00:34:48 +0400
commitf38241d77e5b67e3838e1185697ef175511efbcf (patch)
treece2e608ddb27a09cd13b3d8b1ea4a0ce7840c8de /_layouts
parent0b9efa95656a4f04b3bf09d55727fcfa9158e65a (diff)
Ensure proper use and location of role="banner"
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#banner
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 3d0e7880ec..1faac9b531 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,7 +12,7 @@
{% include nav-main.html %}
<!-- Docs page layout -->
- <div class="bs-header" id="content" role="banner">
+ <div class="bs-header" id="content">
<div class="container">
<h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p>