We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
img-title
Attribute title of <img> is not recommended to be set. If found set, it reports.
title
<img>
<!-- Bad --> <img src="../sample.jpg" title=""> <img src="../sample.jpg" title="sample"> <!-- Good --> <img src="../sample.jpg">
012
Attribute title of <img> found set.
true
Do check / format.
false
Do not check / format.
No.