Skip to content

Commit

Permalink
refactor: fix footer ARIA role in boilerplate.html
Browse files Browse the repository at this point in the history
change footer ARIA role from textbox to contentinfo in boilerplate.html

addresses issue hoodiehq#13
  • Loading branch information
tamacodechi committed Sep 2, 2015
1 parent 742f707 commit 54c9ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boilerplate.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hoodie CSS Framework</title>
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2 role="heading">Dessert Sweet Almond</h2>
</div>
</div>
<footer role="banner">
<div class="footer" role="textbox">
<div class="footer" role="contentinfo">
<section class="cb footer-licensing">
<small>© 2012-2015 <a href="https://github.com/hoodiehq" target="_blank">the Hoodie Community</a> and other <a href="http://hood.ie/community#contributors">contributors</a>. Hoodie is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>.<br />All pictures, photos and illustrations are owned by the Hoodie Open Source Project and licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/deed.en" target="_blank">CC BY-NC-ND 4.0</a>.</small>
</section>
Expand Down

0 comments on commit 54c9ae4

Please sign in to comment.