Releases: bboyle/html5-constraint-validation-API
Releases · bboyle/html5-constraint-validation-API
v1.0.7: handle id/name clashes in radio buttons
form.elements[ name ]
will includes elements using id="name"
. this patch adds an extra check when finding all radio buttons in a group to ensure they share the same name attribute (and remove any stray elements that matched by id).
v1.0.6: Google Earth support
- fix bug (google earth detection was causing script error in browsers requiring the polyfill)
- added more browser test coverage via saucelabs
support Google Earth browser
Better support for required radio buttons in Google Earth internal browser.
Disables the (buggy) native validation when radio buttons are checked by removing @required
(uses @aria-required
to track which radio buttons are required).
support Google Earth browser
Support Google Earth browser by allowing submission, if the only invalid form controls are radio buttons and one item is checked. Addresses a bug in Google Earth (every required radio button is always invalid).
v1.0.3: Merge pull request #17 from bboyle/bower-ignore
v1.0.2: Merge pull request #16 from bboyle/jquery
- supports jquery 1.4.4, 1.7.2, 2.1.0