The input element with a type attribute whose value is "button" represents a button with no additional semantics.
button
input.button = input.button.attrs
input.button.attrs = (common.attrs & name? & disabled? & form? & type & value? & (common.attrs.aria)?) & autofocus?
The input element is a void element. An input element must have a start tag but must not have an end tag.