Skip to content
Hanxing Yang edited this page Jul 9, 2016 · 1 revision

name

button-type

description

Attribute type of <button> is recommended to be set. If found not set, it reports.

sample

<!-- Bad -->
<button>submit</button>
<button type="">submit</button>
  
<!-- Good -->
<button type="submit">submit</button>

code

  • 005

    Attribute type of <button> found not set.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.