Purpose
The new HTML specification includes provisions for native browser validation of form elements, saving hours of development effort from writing JavaScript validations for each element. However, many users at home and especially in the corporate environment are still using older browers that have incomplete or nonexistent support for these new form element types and attributes, which hampers the ability for developers to use these new labor-saving features. This library is meant to shim that deficiency, so the new standards can be used on old browsers.
Usage
Just include the NativeValiationShim.js file in your head and start using the new form types. It's as easy as that.
Change Log
v0.0
Hello World