HTML5 CONSTRAINT VALIDATION
‣
Enables us to ascertain the validity state of a field
‣
We get to find out not only if it’s valid/invalid, but also why
‣
We can then update our interface accordingly
‣
Write the bespoke parts and use the browser for the boring stuff
‣
Because you’re lazy and your code sucks
VALIDATION API