[Bug 16710] New: [Shadow]: Boundary between <shadow> insertion point and olderShadowRoot.

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

           Summary: [Shadow]: Boundary between <shadow> insertion point
                    and olderShadowRoot.
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: hayato@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14978


Is there any *boundary* concept between <shadow> insertionPoint and its
olderShadowRoot (and its children)?

In current spec, I cannot read that there is a boundary between them. But I am
wondering whether it is okay or not that nodes in olderShadowRoots happen to
see any nodes in youngerShadowRoot?
For me, it's similar to the situation where a ShadowHost cannot see any noes in
its shadowRoot in any cases.

This question arises from my mental model that a concept of multiple shadow
roots is like nested shadow roots, where the younger shadow root is attached to
the older shadowRoot. The OlderShadowRoot acts like a shadowHost for the
youngerShadowRoot.

-- 
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 Thursday, 12 April 2012 07:45:10 UTC