Make skip link focusable.

This commit is contained in:
David A. Kennedy 2013-10-01 21:30:53 -04:00
parent 2927f7c59f
commit 3ae7a5e310
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<nav id="site-navigation" class="main-navigation" role="navigation">
<h1 class="menu-toggle"><?php _e( 'Menu', '_s' ); ?></h1>
<div class="screen-reader-text skip-link"><a href="#content"><?php _e( 'Skip to content', '_s' ); ?></a></div>
<div class="skip-link"><a class="screen-reader-text" href="#content"><?php _e( 'Skip to content', '_s' ); ?></a></div>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #site-navigation -->