Bug 26551

Summary: Implement HTML5 forminput, formchange and dispatch methods
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: FormsAssignee: 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    

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