[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:56:29 PDT 2012


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


Shinya Kawanaka <shinyak at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shinyak at chromium.org




--- Comment #10 from Shinya Kawanaka <shinyak at chromium.org>  2012-07-24 23:56:33 PST ---
(In reply to comment #9)
> 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.

I believe this is conceptually good. I think we should define both the event retargeting algorithm for iframe and web components in spec, since they should be separate. However, they can and should be compatible.

-- 
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