Skip to content

rskaggs/NativeValidationShim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Native Validation Shim

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

About

Shim to add HTML5 native validation to old browsers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%