bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

Disabled fields should not be validated #1

Closed bboyle closed 12 years ago

bboyle commented 12 years ago

Create a disabled field. Make it invalid. Try to submit form.

Submit should not be suppressed. Should validityState even be updated? Check against modern browsers.