zim-tools icon indicating copy to clipboard operation
zim-tools copied to clipboard

Zimcheck does not complains on externals background-image: url("...")

Open benoit74 opened this issue 2 years ago • 3 comments

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(&quot;https://i.ytimg.com/vi/ppSnb4A2WWw/hqdefault.jpg&quot;)" width="560" height="315"></div>

benoit74 avatar Apr 21 '22 20:04 benoit74

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 avatar Apr 22 '22 08:04 rgaudin

@rgaudin Definitly! One small problem, it seems that libgumbo is not maintained anymore :(

kelson42 avatar Apr 22 '22 11:04 kelson42

Blocked by #331

kelson42 avatar Mar 23 '23 19:03 kelson42