[whatwg] seamless iframes and event propagation

Dimitri Glazkov dglazkov at chromium.org
Tue Jul 17 19:51:50 PDT 2012


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.

:DG<



More information about the whatwg mailing list