[Bug 18780] Provide a hook for seamless event retargetting

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18780

--- Comment #5 from Anne <annevk@annevk.nl> ---
Dispatching takes an optional "re-dispatching steps". After the capturing phase
is completed, if those steps are given, those steps are run, and then it skips
the target phase.

So you dispatch on the parent document first with those re-dispatching steps,
and those re-dispatching steps get passed the event object (or a copy if you
wish) which you mutate and dispatch on your document.

Does that work or did you envision something else?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 22 November 2012 09:44:21 UTC