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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 1 01:47:21 PDT 2012


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





--- Comment #8 from Kinuko Yasuda <kinuko at chromium.org>  2012-06-01 01:47:20 PST ---
Rereading the spec now, it looks like we should run the procedure specified by ToUint32 (http://es5.github.com/#x9.6) if it's not annotated EnforceRange nor Clamp.

Therefore the index needs to be converted to modulo 2**32.

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