[Webkit-unassigned] [Bug 119722] New: NodeList.item() does not behave according to specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 20:53:13 PDT 2013


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

           Summary: NodeList.item() does not behave according to
                    specification
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate, InChromiumBugs, WebExposed
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, ggaren at apple.com, oliver at apple.com,
                    koivisto at iki.fi, akling at apple.com, dchris at gmail.com


NodeList.item() does not behave according to specification:
http://dom.spec.whatwg.org/#nodelist

Namely, we should not throw if the index is negative (meaning we should
drop the [IsIndex] extended attribute) and the argument should be
mandatory.

This behavior is consistent with both IE10 and Firefox.

http://crbug.com/237739

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