Skip to content

attr-value-not-empty

Attribute must set value.

Level: Warning

  1. true: enable rule
  2. false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
<input type="button" disabled="disabled" />

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<input type="button" disabled />