To meet the requirements of the html5 spec for client-side validation, each form control must be validated when the containing form is submitted.
- The validity state of each form control must be updated in accordance with the expected value of the control.
- Each invalid form control must trigger a 'invalid' event.
To meet the requirements of the html5 spec for client-side validation, each form control must be validated when the containing form is submitted.