Ver Fonte

Remove positive tabindex. (#2372)

Jeff Ong há 4 anos atrás
pai
commit
2ae420155a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      seedlet/header.php

+ 1 - 1
seedlet/header.php

@@ -21,7 +21,7 @@
 <body <?php body_class(); ?>>
 <?php wp_body_open(); ?>
 <div id="page" class="site">
-	<a class="skip-link screen-reader-text" href="#content" tabindex="1"><?php _e( 'Skip to content', 'seedlet' ); ?></a>
+	<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'seedlet' ); ?></a>
 
 		<header id="masthead" class="site-header default-max-width">
 			<div class="menu-button-container">