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
For WordPress sites it's common to use a skip link like this:
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
This code triggers the warning "the page should have a skip link as first link" although the skip link is the first link on the page.
Tested on several WP sites, see for an example: rianrietveld.com that uses the WordPress Twenty Sixteen theme.
<body class="home blog hfeed"> <div id="page" class="site"> <div class="site-inner"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
Using
The text was updated successfully, but these errors were encountered:
Thanks Rian. My guess is that it's related to this bug: #647
We'll certainly look into it.
Sorry, something went wrong.
Thanks @WilcoFiers 👍
I've tested it with the fix Zack provided. It should be fixed in the next update to Coconut.
No branches or pull requests
For WordPress sites it's common to use a skip link like this:
This code triggers the warning "the page should have a skip link as first link" although the skip link is the first link on the page.
Tested on several WP sites, see for an example: rianrietveld.com that uses the WordPress Twenty Sixteen theme.
Using
The text was updated successfully, but these errors were encountered: