[Webkit-unassigned] [Bug 76694] New: ShadowRoot should have its own API implementation rather than DocumentFragment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 03:23:25 PST 2012


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

           Summary: ShadowRoot should have its own API implementation
                    rather than DocumentFragment
           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: morrita at google.com
            Blocks: 63601


These APIs are declared in ShadowRoot IDL
    HTMLElement getElementById(in DOMString elementId);
    NodeList getElementsByClassName(in DOMString tagName);
    NodeList getElementsByTagName(in DOMString className);
    NodeList getElementsByTagNameNS(DOMString namespace, DOMString localName);
    attribute bool applyAuthorStyles;
    readonly attribute Element host;
    attribute DOMString innerHTML;
http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-root-object

We should have these. Maybe we can use this bug for tracking and do one-by-one for each.

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