zim-tools
zim-tools copied to clipboard
Zimcheck does not complains on externals background-image: url("...")
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>
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
@rgaudin Definitly! One small problem, it seems that libgumbo
is not maintained anymore :(
Blocked by #331