Skip to content

Commit 99ee954

Browse files
authored
Remove unnecessary configuration of tabindex (#11813)
This was called out by the lighthouse accessibility report.
1 parent 2be0c0f commit 99ee954

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/_includes/header.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
{% assign route = page.url|regex_replace:'/index$|/index\.html$|\.html$|/$' %}
2-
31
<header class="site-header">
4-
<a href="#document-title" id="skip-to-main" class="filled-button" tabindex="1">
2+
<a href="#document-title" id="skip-to-main" class="filled-button">
53
Skip to main content
64
</a>
75
<nav class="navbar">

0 commit comments

Comments
 (0)