[Bug 17447] New: [Shadow]: What happens when ShadowRoot instantiated from a different context?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17447

           Summary: [Shadow]: What happens when ShadowRoot instantiated
                    from a different context?
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: dglazkov@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14978


"Create a new instance of the ShadowRoot object"

what if it is a ShadowRoot from a different iframe (different from window of
the new host)?

Then we'll have to either return a different object from the constructor or do
something else. element.createShadowRoot solves this problem, btw.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 8 June 2012 21:50:49 UTC