We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in page.html.twig
remove this above <main> <a name="main-content" aria-label="Start of content region"></a>
<main>
<a name="main-content" aria-label="Start of content region"></a>
add under <main> <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
in html.html.twig remove
<div role="link"> <a href="{{ canoncial_url }}#main-content" class="visually-hidden focusable">
replace with
<div class="visually-hidden-focusable skip-link p-3 container"> <a href="#main-content" class="p-2">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in page.html.twig
remove this above
<main>
<a name="main-content" aria-label="Start of content region"></a>
add under
<main>
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
in html.html.twig
remove
replace with
The text was updated successfully, but these errors were encountered: