Skip to content

rule attr value double quotes

Hanxing Yang edited this page Jul 9, 2016 · 1 revision

name

attr-value-double-quotes

description

Attribute value must be closed by double quotes. If found not, it reports.

sample

<!-- Bad -->
<img src='test'>
<img src=test>

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

code

  • 028

    Attribute value not closed by double quotes found.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.

Clone this wiki locally