-
Notifications
You must be signed in to change notification settings - Fork 4
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
<img> loading attribute #14
Comments
Hi! |
OlehDutchenko
added a commit
that referenced
this issue
Nov 24, 2020
Fixes #14 <img> loading attribute problem
Awesome! |
Just published Try this # should be 2.0.1
npm i node-w3c-validator@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone!
I get the error "Attribute “loading” not allowed on element “img” at this point.", but this is already part of the standard
I can fix this using the "suppressErrors: ["Attribute “loading” not allowed on element “img” at this point."]" rule in my package.json but I do not want to clutter this 😤
Any ideas on how to fix this? Thanks 🙂
Ps. validator.w3.org allows it
The text was updated successfully, but these errors were encountered: