]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Map "contentinfo" role to HTML5 footer element 9353/head
authorKevin Suttle <kevin@kevinsuttle.com>
Mon, 12 Aug 2013 02:26:40 +0000 (22:26 -0400)
committerKevin Suttle <kevin@kevinsuttle.com>
Mon, 12 Aug 2013 02:26:40 +0000 (22:26 -0400)
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex

http://www.w3.org/TR/wai-aria/roles#contentinfo

_layouts/home.html

index 6beee6c54204435c84a8581786ea82663542032b..2d04e5f73313c4cf8d0aaf0ae443b29024af1afe 100644 (file)
@@ -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 %}