The library sniffs the UA string and detects if the browser natively supports the HTML5 Forms Chapter.
If yes, it allows the browser to function as normal.
If not it provides a fallback for older browsers, allowing the developer to still have the data validated on the client side before submission.
A demo is included with the download package.
Here are some key features of "H5F":
· Input types: email and url
· Input attributes: pattern, placeholder, min, max, step, required
· Textarea attributes: placeholder and required
· Select attributes: required
· Form attributes: novalidate
Requirements:
· JavaScript enabled on client side
· HTML5 enabled browser