- From: Erik Arvidsson <erik.arvidsson@gmail.com>
- Date: Fri, 19 Jun 2009 10:57:20 -0700
- To: public-webapps <public-webapps@w3.org>
Received on Friday, 19 June 2009 17:58:13 UTC
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. -- erik
Received on Friday, 19 June 2009 17:58:13 UTC