[Webkit-unassigned] [Bug 91290] seamless iframes should retarget events to the parent document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 23:51:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91290





--- Comment #9 from Hayato Ito <hayato at chromium.org>  2012-07-24 23:51:55 PST ---
I think we can treat seamless iframe as Web Components conceptually in some cases:

A). Non-seamless iframe: No behavior change. Events should stop at iframe boundary definitely.

B). Cross-origin seamless iframe: iframe should act like a Web Component. Events should be re-targeted at boundary and propagate to the parent document.

C). Same-origin seamless iframe: There should not be boundary at iframe. Events should pass-through the iframe and propagate to parent document.

I'd like to avoid adding dependency between WebComponents and seamless iframe spec as much as possible. Let me think further. If you have any opinion, that'd be welcome.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list