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
Related to w3c/wcag#2297
The procedure is to
Check that all link elements pertaining to navigation occur in the head section of the document.
But I can see that we're checking all link, regardless of their relation to navigation, including rel="stylesheet" which doesn't make any sense.
link
rel="stylesheet"
HTML_CodeSniffer/Standards/WCAG2AAA/Sniffs/Principle2/Guideline2_4/2_4_8.js
Line 25 in aebdff8
Please, consider excluding rel="stylesheet" or only including rels related to navigation, like Start, Next, Prev, Contents, Index, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to w3c/wcag#2297
The procedure is to
But I can see that we're checking all
link
, regardless of their relation to navigation, includingrel="stylesheet"
which doesn't make any sense.HTML_CodeSniffer/Standards/WCAG2AAA/Sniffs/Principle2/Guideline2_4/2_4_8.js
Line 25 in aebdff8
Please, consider excluding
rel="stylesheet"
or only including rels related to navigation, like Start, Next, Prev, Contents, Index, etc.The text was updated successfully, but these errors were encountered: