[Webkit-unassigned] [Bug 77899] IETC: FileList.item(-1) should return null instead of raising

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 22:01:06 PDT 2012


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





--- Comment #4 from Li Yin <li.yin at intel.com>  2012-05-29 22:01:06 PST ---
>From FileList.idl of Spec
interface FileList {
      getter File? item(unsigned long index);
      readonly attribute unsigned long length;
};

"unsigned long index" represents negative index is not expected.

Maybe webkit is correct behavior.

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