[Webkit-unassigned] [Bug 77607] New: Introduces isBuiltin method in ShadowRoot.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 23:18:28 PST 2012


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

           Summary: Introduces isBuiltin method in ShadowRoot.
           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 supporting multiple shadow subtrees, it is useful if we can distinguish built-in shadow roots from user generated shadow roots.
To achieve it, we would like to introduce a new method isBuiltin().

It seems better if we can create new class BuiltinShadowRoot, because we can have a method to ensure returning 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