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

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 <arv@chromium.org> wrote:

> 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
>
>

Received on Friday, 22 October 2010 08:55:57 UTC