[Bug 11129] Remove forminput, formchange and related dispatch methods

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11129

--- Comment #19 from Olli Pettay <Olli.Pettay@gmail.com> 2011-01-27 14:52:16 UTC ---
(In reply to comment #18)

> In that case we can't indeed use the capture or bubbling phases of the input
> and change events 
?

Just add event listener using addEventListener or oninput / onchange to 
document or root element or somewhere and there just check
if event.target.form is the form you're interested in.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 27 January 2011 14:52:18 UTC