This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28086 - [Shadow] (assuming iframes should work inside shadow DOM) Should the contentWindow objects of iframes in shadow DOM show up in window.frames?
Summary: [Shadow] (assuming iframes should work inside shadow DOM) Should the contentW...
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-23 23:28 UTC by Olli Pettay
Modified: 2015-07-06 08:12 UTC (History)
3 users (show)

See Also:


Attachments

Description Olli Pettay 2015-02-23 23:28:45 UTC
.
Comment 1 Tab Atkins Jr. 2015-02-24 02:27:14 UTC
Kneejerk reaction: no, it shouldn't, because the contents of the shadow DOM should be hidden by default.

(And yes, iframes totally work inside shadow DOM, why wouldn't they?)
Comment 2 Olli Pettay 2015-02-24 13:16:01 UTC
Yeah, I agree it shouldn't, but per specs... well, not sure, because
iframe handling in shadow DOM isn't really spec'ed.


(iframes shouldn't per current specs work in shadow DOM.
https://code.google.com/p/chromium/issues/detail?id=393350

Afaik everyone agrees they they should work,
but there are several spec bugs to fix.
Like this and bug 27325 and bug 26365)
Comment 3 Hayato Ito 2015-07-06 08:12:42 UTC
Moved to https://github.com/w3c/webcomponents/issues/145