Skip to content

Commit 32888f7

Browse files
committed
fix(header): add tabindex to header for improved keyboard navigation
1 parent 91500e4 commit 32888f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</li>
4545
</ul>
4646
</nav>
47-
<header role="banner" id="header" class="header" aria-label="<?php esc_attr_e( 'Header', 'beapi-frontend-framework' ); ?>">
47+
<header role="banner" id="header" tabindex="-1" class="header" aria-label="<?php esc_attr_e( 'Header', 'beapi-frontend-framework' ); ?>">
4848
<div class="header__inner">
4949
<div class="container">
5050
<a class="header__logo-link" href="<?php echo esc_url( home_url( '/' ) ); ?>">

0 commit comments

Comments
 (0)