- From: Ojan Vafai <ojan@chromium.org>
- Date: Wed, 18 Jul 2012 08:34:39 -0700
- To: Dimitri Glazkov <dglazkov@chromium.org>
- Cc: whatwg <whatwg@lists.whatwg.org>, olli@pettay.fi, Eric Seidel <eric@webkit.org>, Adam Barth <w3c@adambarth.com>
On Tue, Jul 17, 2012 at 7:51 PM, Dimitri Glazkov <dglazkov@chromium.org>wrote: > An interesting quirk here is whether the full list of event ancestors > should be computed ahead of time (per > http://www.w3.org/TR/dom/#dispatching-events). If yes, then it's still > just like retargeting, but with issuing a new event object at the iframe > boundary. If no, then two separate dispatches will work as you describe. That's a good point. I suppose it makes sense to pre-compute the full list of ancestors to be consistent with other events.
Received on Wednesday, 18 July 2012 15:35:36 UTC