[Webkit-unassigned] [Bug 13112] New: Many differences between Safari, IE, and FF when accessing elements in DOM collections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 15:11:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13112

           Summary: Many differences between Safari, IE, and FF when
                    accessing elements in DOM collections
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggaren at apple.com


Broken off from bug 13106.

A few key questions:
1. What counts as a number (leading/trailing junk, hexadecimal, non-integer,
etc.)?
2. Should collection(argument) match collection[argument] or
collection.item(argument), or should all three match?
3. Should collection.item() handle two arguments or only 1?
4. Should collection.item(argument) return null or undefined when argument is
not found?


-- 
Configure bugmail: http://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