[Webkit-unassigned] [Bug 77511] New: ShadowRoot interface should inherit DocumentFragment interface in IDL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 23:09:13 PST 2012


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

           Summary: ShadowRoot interface should inherit DocumentFragment
                    interface in IDL.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, rolandsteiner at chromium.org,
                    dominicc at chromium.org, morrita at google.com,
                    shinyak at chromium.org
        Depends on: 76693
            Blocks: 63601


The latest spec says:
  interface ShadowRoot : DocumentFragment {
    ...

But current ShadowRoot IDL is:
  interface ShadowRoot : Node {
    ...

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