Skip to content
Hanxing Yang edited this page Jul 10, 2016 · 1 revision

name

img-src

description

Attribute src of <img> should not be empty (""), which may cause additional request for the document. If found so, it reports.

sample

<!-- Bad -->
<img src="">

<!-- Good -->
<img>
<img src="../sample.jpg">

code

  • 013

    img[src=""] found.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.

Clone this wiki locally