-
Notifications
You must be signed in to change notification settings - Fork 391
Description
Title: [Shadow](assuming iframes should work inside shadow DOM) Should the contentWindow objects of iframes in shadow DOM show up in window.frames? (bugzilla: 28086)
Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28086
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28086#c0
Olli Pettay wrote on 2015-02-23 23:28:45 +0000.
.
comment: 1
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28086#c1
Tab Atkins Jr. wrote on 2015-02-24 02:27:14 +0000.
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
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28086#c2
Olli Pettay wrote on 2015-02-24 13:16:01 +0000.
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)