Skip to content

Commit

Permalink
Add tabindex -1 to skip link target
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylindsay committed Aug 22, 2024
1 parent d5d6c3c commit baf7610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

{{ page.messages }}

<main class="main" id="main-content"> {# The "skip to content" link jumps to here. #}
<main class="main" id="main-content" tabindex="-1"> {# The "skip to content" link jumps to here. #}

{% if has_content_top %}
{{ page.content_top }}
Expand Down

0 comments on commit baf7610

Please sign in to comment.