[Webkit-unassigned] [Bug 77514] New: ShadowRoot's nodeName and nodeType should be "#document-fragment" and DOCUMENT_FRAGMENT_NODE for each.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 23:24:18 PST 2012


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

           Summary: ShadowRoot's nodeName and nodeType should be
                    "#document-fragment" and DOCUMENT_FRAGMENT_NODE for
                    each.
           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
        Depends on: 77511
            Blocks: 63601


Current implementation is:
 shadowRoot.nodeType returns 'SHADOW_ROOT_NODE' and nodeName returns '#shadow-root'.

The latest spec says:
 The nodeType attribute of a ShadowRoot instance must return DOCUMENT_FRAGMENT_NODE. Accordingly, the nodeName attribute of a ShadowRoot instance must return "#document-fragment".

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