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

name

img-title

description

Attribute title of <img> is not recommended to be set. If found set, it reports.

sample

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

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

code

  • 012

    Attribute title of <img> found set.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.