Remove landmark roles

* With better browser support, these roles aren't needed now.
* Most newer browsers imply them via HTML5 semantics. See: http://html5doctor.com/on-html-belts-and-aria-braces/

Fixes #1132
This commit is contained in:
David A. Kennedy 2017-06-23 12:41:05 -04:00
parent d3ab4c0da4
commit f56a070c2b
10 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<footer id="colophon" class="site-footer">
<div class="site-info">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', '_s' ) ); ?>"><?php
/* translators: %s: CMS name, i.e. WordPress. */