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.
Rule ID:attr-lowercase
attr-lowercase
Description:tag's attribute must be in lowercase
Level:error
Value: true/false
The correct sample:
<div class="container"></div><span class="icon"></span>
The wrong sample:
<div CLASS="container"></div><span Id="icon"></span>