Skip to content
Young edited this page Oct 10, 2015 · 3 revisions

Rule ID: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>
Clone this wiki locally