bboyle / html5-constraint-validation-API

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

buggy radio button detection breaks script in old browsers #23

Closed bboyle closed 9 years ago

bboyle commented 9 years ago

can't check for validity.valueMissing in browsers that don't implement the constraint validation API. run this check only in browsers that implement the API.

https://github.com/bboyle/html5-constraint-validation-API/blob/2dc84347520683ddae1dcf77b040f1c34d0ed24b/src/html5.constraintValidationAPI.js#L24

bboyle commented 9 years ago

Adding browser test coverage via sauce labs. What browser is used in Google Earth?

Mozilla/5.0 (Windows; N; Windows NT 6.1; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Google Earth/7.1.2.2041 Safari/532.4