aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorKevin Suttle <[email protected]>2013-08-11 16:34:48 -0400
committerKevin Suttle <[email protected]>2013-08-11 16:34:48 -0400
commitf38241d77e5b67e3838e1185697ef175511efbcf (patch)
treece2e608ddb27a09cd13b3d8b1ea4a0ce7840c8de /_layouts/default.html
parent0b9efa95656a4f04b3bf09d55727fcfa9158e65a (diff)
downloadbootstrap-f38241d77e5b67e3838e1185697ef175511efbcf.tar.xz
bootstrap-f38241d77e5b67e3838e1185697ef175511efbcf.zip
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/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 3d0e7880e..1faac9b53 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>