Re: [whatwg] Can we remove forminput and formchange events and related dispatch methods?

2011-05-04 Thread Ian Hickson
On Thu, 20 Jan 2011, Olli Pettay wrote: > On 10/22/2010 10:09 PM, Jonas Sicking wrote: > > On Fri, Oct 22, 2010 at 11:15 AM, Erik Arvidsson wrote: > > > On Oct 22, 2010 2:00 AM, "Anne van Kesteren" wrote: > > > > Yeah, I don't mind moving these features to libraries. Anyone > > > > implemented >

Re: Can we remove forminput and formchange events and related dispatch methods?

2011-01-20 Thread Olli Pettay
On 10/22/2010 10:09 PM, Jonas Sicking wrote: On Fri, Oct 22, 2010 at 11:15 AM, Erik Arvidsson wrote: On Oct 22, 2010 2:00 AM, "Anne van Kesteren" wrote: Yeah, I don't mind moving these features to libraries. Anyone implemented them apart from Opera? Neither WebKit nor Gecko implements it:

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Anne van Kesteren
On Fri, 22 Oct 2010 21:31:32 +0200, Erik Arvidsson wrote: On Fri, Oct 22, 2010 at 12:09, Jonas Sicking wrote: This means that we should also remove dispatchFormInput/dispatchFormChange from the HTML5 spec, right? That was my intention and the subject hints at that. Sorry for not including i

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Erik Arvidsson
On Fri, Oct 22, 2010 at 12:09, Jonas Sicking wrote: > This means that we should also remove > dispatchFormInput/dispatchFormChange from the HTML5 spec, right? That was my intention and the subject hints at that. Sorry for not including it in the body as well. -- erik

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Jonas Sicking
On Fri, Oct 22, 2010 at 11:15 AM, Erik Arvidsson wrote: > On Oct 22, 2010 2:00 AM, "Anne van Kesteren" wrote: >> Yeah, I don't mind moving these features to libraries. Anyone implemented >> them apart from Opera? > > Neither WebKit nor Gecko implements it: > > https://bugs.webkit.org/show_bug.cgi

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Erik Arvidsson
On Oct 22, 2010 2:00 AM, "Anne van Kesteren" wrote: > Yeah, I don't mind moving these features to libraries. Anyone implemented > them apart from Opera? Neither WebKit nor Gecko implements it: https://bugs.webkit.org/show_bug.cgi?id=26141 https://bugzilla.mozilla.org/show_bug.cgi?id=605997 IE9 b

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Anne van Kesteren
On Fri, 22 Oct 2010 10:55:24 +0200, Sergey Ilinsky wrote: I agree with Erik, the generic feature probably is not worth the simple use case. It can (and probably should) be easily implemented by the developer in his form logic when needed. Yeah, I don't mind moving these features to librari

Re: Can we remove forminput and formchange events and related dispatch methods?

2010-10-22 Thread Sergey Ilinsky
I agree with Erik, the generic feature probably is not worth the simple use case. It can (and probably should) be easily implemented by the developer in his form logic when needed. Sergey/ On 21 October 2010 22:56, Erik Arvidsson wrote: > The forminput and formchange events are dispatched on

Can we remove forminput and formchange events and related dispatch methods?

2010-10-21 Thread Erik Arvidsson
The forminput and formchange events are dispatched on all resettable elements in a form when any element associated with the form dispatches an input or a change event. Is this case really worth the cost of increasing the size of the API when it can easily be achieved with capturing events? erik