Skip to content

Releases: bboyle/html5-constraint-validation-API

v1.0.7: handle id/name clashes in radio buttons

19 Feb 08:41
Compare
Choose a tag to compare

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

12 Feb 03:59
Compare
Choose a tag to compare
  • 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

09 Feb 04:39
Compare
Choose a tag to compare

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

02 Feb 05:18
Compare
Choose a tag to compare

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

03 Apr 01:55
Compare
Choose a tag to compare

v1.0.2: Merge pull request #16 from bboyle/jquery

28 Mar 15:19
Compare
Choose a tag to compare
  • supports jquery 1.4.4, 1.7.2, 2.1.0