You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Pa11y-CI with HTML_CodeSniffer 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>
Hello,
I am using Pa11y-CI with HTML_CodeSniffer to scan my Drupal website and it returned:
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.
Then I opened an issue on Pa11y-CI pa11y/pa11y-ci#146 to be redirected here.
Thanks for any help.
The text was updated successfully, but these errors were encountered: