Skip to content

Commit

Permalink
Merge pull request #589 from anthonylindsay/202408_skiplink_tabindex
Browse files Browse the repository at this point in the history
Add tabindex -1 to skip link target
  • Loading branch information
markconroy authored Aug 22, 2024
2 parents d5d6c3c + baf7610 commit 8c73c11
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 8c73c11

Please sign in to comment.