Skip to content

rule attr lowercase

Hanxing Yang edited this page Jul 9, 2016 · 2 revisions

name

attr-lowercase

description

Attribute name must be lowercased. If not, it reports.

sample

<!-- Bad -->
<img SRC="...">
<img Src="...">

<!-- Good -->
<img src="...">

code

  • 029

    Attribute name not lowercased found.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.