ARIA role update

This commit is contained in:
Mike Francis 2012-12-20 21:05:46 +00:00
parent 89a7785770
commit ea54c5f0cb
3 changed files with 5 additions and 5 deletions

View file

@ -11,10 +11,10 @@
<![endif]-->
</head>
<body <?php body_class(); ?>>
<header class="header">
<header class="header" role="banner">
<div class="container">
<h1><a href="<?php echo site_url(); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<nav>
<nav role="navigation">
<ul class="nav">
<?php wp_list_pages( 'title_li=' ); ?>
</ul>