We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
img-src
Attribute src of <img> should not be empty (""), which may cause additional request for the document. If found so, it reports.
src
<img>
""
<!-- Bad --> <img src=""> <!-- Good --> <img> <img src="../sample.jpg">
013
img[src=""] found.
img[src=""]
true
Do check / format.
false
Do not check / format.
No.