diff options
| author | Kevin Suttle <[email protected]> | 2013-08-11 22:26:40 -0400 |
|---|---|---|
| committer | Kevin Suttle <[email protected]> | 2013-08-11 22:26:40 -0400 |
| commit | 1355c58cf2c09419d601f05ee16bdb9d8ef49367 (patch) | |
| tree | 6ebf399972b43daee1bfa8831eaf7e3c28d46fc5 | |
| parent | f47a1905e2847e528d982fbd454b2b8c8ce900bb (diff) | |
| download | bootstrap-1355c58cf2c09419d601f05ee16bdb9d8ef49367.tar.xz bootstrap-1355c58cf2c09419d601f05ee16bdb9d8ef49367.zip | |
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
| -rw-r--r-- | _layouts/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html index 6beee6c54..2d04e5f73 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 %} |
