[Webkit-unassigned] [Bug 77603] New: Element should be able to take built-in shadow tree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 22:04:42 PST 2012


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

           Summary: Element should be able to take built-in shadow tree.
           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


Let's consider adding a new shadow subtree to element having a built-in shadow subtree.
Such element may have a code like:
  ensureShadowRoot()->firstChild() ...

If ensureShadowRoot() returns the youngest shadow root, this code may crash.
We should guarantee that elements can take built-in shadow root.

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