We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
button-type
Attribute type of <button> is recommended to be set. If found not set, it reports.
type
<button>
<!-- Bad --> <button>submit</button> <button type="">submit</button> <!-- Good --> <button type="submit">submit</button>
005
Attribute type of <button> found not set.
true
Do check / format.
false
Do not check / format.
No.