Skip to content

attr-value-single-quotes

Attribute value must closed by single quotes.

Level: Error

  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”
<a href='' title='abc'></a>

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<a href="" title="abc"></a>