[Bug 18780] Provide a hook for seamless event retargetting

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Anne <annevk@annevk.nl> ---
https://github.com/whatwg/dom/commit/22ce02cb28a5225355883c4d77a3f3b1f257d820

Basically, you determine if you want to dispatch in the parent instead. If you
do, you dispatch it there with redispatching steps attached. The redispatching
steps manipulate the copy of event as desired and then dispatch it.

If rather than a parent you an ancestor the dispatching steps will need a
slightly more complex definition. Exercise for the reader ;-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 23 November 2012 14:23:30 UTC