Skip to content

attr-sorted

Attributes should be sorted in the following order:

  • class
  • id
  • name
  • src
  • for
  • type
  • href
  • value
  • title
  • alt
  • role

Level: Error

  • true: enable rule
  • false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
<div img="image" meta="meta" font="font"></div>

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<div type="type" img="image" id="id" font="font"></div>