[Webkit-unassigned] [Bug 76611] New: Reconsider the attach order of light children when a shadow tree exists.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 01:56:25 PST 2012


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

           Summary: Reconsider the attach order of light children when a
                    shadow tree exists.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


When a shadow root exists in an element, the order of attach is:
  (1) attaches all children of the element
  (2) attaches shadow root.

When the shadow tree has a content element, the elements selected by the content element is re-attached in the content element.
Maybe the light children of elements having a shadow tree should be attached only in the shadow tree.

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