[WebKit now has] HTML Interactive Form Validation
Chris Dumez:
…WebKit did not support HTML interactive form validation, which occurs on form submission (unless the
novalidate
attribute is set on the<form>
element) or using thereportValidity()
API. We are pleased to announce that this is now implemented