[Webkit-unassigned] [Bug 93753] New: Nested shadow root distributes node to insertion point that is not its child

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 16:44:02 PDT 2012


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

           Summary: Nested shadow root distributes node to insertion point
                    that is not its child
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorvell at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org


Created an attachment (id=157835)
 --> (https://bugs.webkit.org/attachment.cgi?id=157835&action=review)
Reduction showing actual and expected output.

1. construct a shadowRoot on an element with a selection point that distributes inside another element (B) in the shadowRoot.
2. on B, construct a shadowRoot with a selection point which distributes all content (e.g. <content></content>)

Children of the host containing B are selected into it. This appears to violate Section 5.3 number 1 of the spec (https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#matching-insertion-points).

Note however, the spec may change on this point: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18513

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