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

Empty lang attribute detected as not well-formed #146

Closed
FlorentTorregrosa opened this issue Jun 25, 2021 · 2 comments
Closed

Empty lang attribute detected as not well-formed #146

FlorentTorregrosa opened this issue Jun 25, 2021 · 2 comments

Comments

@FlorentTorregrosa
Copy link

Hello,

I am using Pa11y-CI to scan my Drupal website and it returned:

The language specified in the lang attribute of this element does not appear to be well-formed.

   (#comment-30 > footer > p > span:nth-child(1) > span)

   <span lang="" typeof="schema:Person" property="schema:name" datatype="">Anonymous (non vérifié)</span>

You can see the "problem" when there is a comment, example: https://florent-torregrosa.fr/blog/headers-http-pour-la-securite-avec-drupal

First I opened an issue on Drupal core: https://www.drupal.org/project/drupal/issues/3203292 but as said in the comment https://www.drupal.org/project/drupal/issues/3203292#comment-14144276, an empty lang attribute is allowed in HTML specification.

Thanks for any help.

@hollsk
Copy link
Member

hollsk commented Jun 25, 2021

Hi @FlorentTorregrosa, thanks for using Pa11y 😄

From your config, it looks like you're using HTML_Codesniffer (the default rules engine), so you'll want to raise this with the HTML_Codesniffer team instead. Squizlabs maintain the ruleset, their repo is here: https://github.com/squizlabs/HTML_CodeSniffer

You can see the rule itself in their ruleset listing here: https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/ (SC 3.1.2: Language of Parts (Level AA))

I'm going to close this issue now since you'll need to make the request with Squizlabs - good luck!

@hollsk hollsk closed this as completed Jun 25, 2021
@FlorentTorregrosa
Copy link
Author

Hello @hollsk,

Thanks for the quick reply and for pointing me to the correct project :)

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

2 participants