Re: Input events, checkboxes and radio buttons

2009-07-14 Thread Garrett Smith
On Sat, Jun 20, 2009 at 3:43 AM, Anne van Kesterenann...@opera.com wrote: On Sat, 20 Jun 2009 12:35:16 +0200, Anne van Kesteren ann...@opera.com wrote: The input event does not apply to radio/checkbox. (This is stated in the radio/checkbox sectons.) Probably a carry-over from WF 2.0, which

Re: Input events, checkboxes and radio buttons

2009-06-21 Thread Anne van Kesteren
On Sun, 21 Jun 2009 03:40:10 +0200, Michael A. Puls II shadow2...@gmail.com wrote: On Sat, 20 Jun 2009 06:35:16 -0400, Anne van Kesteren ann...@opera.com wrote: The input event does not apply to radio/checkbox. (This is stated in the radio/checkbox sectons.) Are you sure? I'm sure

Re: Input events, checkboxes and radio buttons

2009-06-20 Thread Anne van Kesteren
On Fri, 19 Jun 2009 19:57:20 +0200, Erik Arvidsson erik.arvids...@gmail.com wrote: The HTML5 spec says to fire the input event when the user changes a radio button or a checkbox. However, the spec says When the input event applies, any time the user causes the element's *value* to change.

Re: Input events, checkboxes and radio buttons

2009-06-20 Thread Anne van Kesteren
On Sat, 20 Jun 2009 12:35:16 +0200, Anne van Kesteren ann...@opera.com wrote: The input event does not apply to radio/checkbox. (This is stated in the radio/checkbox sectons.) Having said that, the change event does apply and it is not stated there that it is also dispatched when the

Re: Input events, checkboxes and radio buttons

2009-06-20 Thread Michael A. Puls II
On Sat, 20 Jun 2009 06:35:16 -0400, Anne van Kesteren ann...@opera.com wrote: On Fri, 19 Jun 2009 19:57:20 +0200, Erik Arvidsson erik.arvids...@gmail.com wrote: The HTML5 spec says to fire the input event when the user changes a radio button or a checkbox. However, the spec says When the

Input events, checkboxes and radio buttons

2009-06-19 Thread Erik Arvidsson
The HTML5 spec says to fire the input event when the user changes a radio button or a checkbox. However, the spec says When the input event applies, any time the user causes the element's *value* to change. For input[type=radio] and input[type=checkbox] the input event should be fired any time the