[Webkit-unassigned] [Bug 19949] New: document.querySelectorAll should return a StaticNodeList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 8 11:29:54 PDT 2008


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

           Summary: document.querySelectorAll should return a StaticNodeList
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rik24d at gmail.com


The result of document.querySelectorAll() is an instance of NodeList but it
should be an instance of StaticNodeList.

Step to reproduce:
1) Open the Console
2) Type "document.querySelectorAll('a')"

Actual behaviour:
[object NodeList]

Expected behavour:
[object StaticNodeList]

There is no StaticNodeList object in the global scope either.

Spec:
http://www.w3.org/TR/selectors-api/#staticnodelist


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list