Skip to content
New issue

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

Only report navigation <link> elements outside of head #306

Open
Maxim-Mazurok opened this issue Apr 5, 2022 · 0 comments
Open

Only report navigation <link> elements outside of head #306

Maxim-Mazurok opened this issue Apr 5, 2022 · 0 comments

Comments

@Maxim-Mazurok
Copy link

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.

Please, consider excluding rel="stylesheet" or only including rels related to navigation, like Start, Next, Prev, Contents, Index, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant