Bug 26551
Summary: | Implement HTML5 forminput, formchange and dispatch methods | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mike, tkent, webkit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.whatwg.org/specs/web-apps/current-work/#the-form-element | ||
Bug Depends on: | |||
Bug Blocks: | 19264 |
Erik Arvidsson
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Erik Arvidsson
*** This bug has been marked as a duplicate of bug 26141 ***