Bug 26551 - Implement HTML5 forminput, formchange and dispatch methods
Summary: Implement HTML5 forminput, formchange and dispatch methods
Status: RESOLVED DUPLICATE of bug 26141
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.whatwg.org/specs/web-apps/...
Keywords:
Depends on:
Blocks: HTML5Forms
  Show dependency treegraph
 
Reported: 2009-06-19 11:16 PDT by Erik Arvidsson
Modified: 2010-10-22 11:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2009-06-19 11:16:32 PDT
HTML5 adds forminput and formchange events to the form element which allows a single element to listen to all the changes in the form.

It also provides programmatic ways to dispatch these events
Comment 1 Erik Arvidsson 2010-10-22 11:09:18 PDT

*** This bug has been marked as a duplicate of bug 26141 ***