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