WebAIM - Web Accessibility In Mind

E-mail List Archives

Nu HTML Checker

for

From: Michael H
Date: Aug 8, 2021 10:00PM


Hello,

As part of an accessibility audit, I am tasked with correcting feedback
from the Nu HTML Checker:

https://validator.w3.org/nu/

The site that I am checking is an Angular-powered single page application.

Almost all of the errors I'm getting look like:

*Error*: Attribute _ngcontent-hdu-c107 not allowed on element span
<https://html.spec.whatwg.org/multipage/#the-span-element> at this point.

It's barking about Angular's automatic attribute generation naming
conventions. *Is this something that is safe for me to ignore?*

Has anyone else here run into this issue? If so, how did you solve it?

Many thanks!