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:
parent
d3ab4c0da4
commit
f56a070c2b
10 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@
|
|||
get_header(); ?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main" role="main">
|
||||
<main id="main" class="site-main">
|
||||
|
||||
<?php
|
||||
while ( have_posts() ) : the_post();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue