We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a page has an element with an inline style with a background-image referring to an external URL, zimcheck should raise an error.
Exemple:
<div style="background-image:url("https://i.ytimg.com/vi/ppSnb4A2WWw/hqdefault.jpg")" width="560" height="315"></div>
The text was updated successfully, but these errors were encountered:
Yes, zimcheck relies on regexp and has many limitations. We already have several tickets but I believe the potential solution is laid out in #149
Sorry, something went wrong.
@rgaudin Definitly! One small problem, it seems that libgumbo is not maintained anymore :(
libgumbo
Blocked by #331
No branches or pull requests
When a page has an element with an inline style with a background-image referring to an external URL, zimcheck should raise an error.
Exemple:
The text was updated successfully, but these errors were encountered: