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 06:26:40 +0400
committerKevin Suttle <kevin@kevinsuttle.com>2013-08-12 06:26:40 +0400
commit1355c58cf2c09419d601f05ee16bdb9d8ef49367 (patch)
tree6ebf399972b43daee1bfa8831eaf7e3c28d46fc5 /_layouts
parentf47a1905e2847e528d982fbd454b2b8c8ce900bb (diff)
Map "contentinfo" role to HTML5 footer element
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#contentinfo
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 6beee6c542..2d04e5f733 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -17,7 +17,7 @@
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
- <div class="container" role="contentinfo">
+ <footer class="container" role="contentinfo">
{% include social-buttons.html %}
<ul class="bs-masthead-links">
@@ -34,7 +34,7 @@
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
</li>
</ul>
- </div>
+ </footer>
<!-- JS and analytics only. -->
{% include footer.html %}