Re: Input events, checkboxes and radio buttons

On Fri, 19 Jun 2009 19:57:20 +0200, Erik Arvidsson <erik.arvidsson@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". For
> input[type="radio"] and input[type="checkbox"] the input event should be
> fired any time the user causes the element's *checked* property to  
> change.

The input event does not apply to radio/checkbox. (This is stated in the radio/checkbox sectons.)

(This also seems like the wrong list for HTML5 comments, by the way, though I suppose it does not matter much :-))


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Saturday, 20 June 2009 10:35:57 UTC