We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attr-lowercase
Attribute name must be lowercased. If not, it reports.
<!-- Bad --> <img SRC="..."> <img Src="..."> <!-- Good --> <img src="...">
029
Attribute name not lowercased found.
true
Do check / format.
false
Do not check / format.
No.