Old:
change
: field value changed
forminput
:
submit
: submit the form
reset
: reset the form
New:
formchange
:
input
: user input some value into a field (possibly partial, possibly coalesced)
invalid
: fired for each invalid element when the form is submitted
received
:
DOMControlValueChanged
: