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