On 8/31/11 4:48 AM, Anne van Kesteren wrote:
It's defined as a single algorithm:
http://dev.w3.org/2006/webapi/FileAPI/#dfn-slice
and cribs from ECMAScript's definition of slice. It's the only host
object with a slice.
It still looks like several independent algorithms to me. There should
be one that includes processing of the arguments.
(Forgot to respond to this).
Fixed this as well. There is now a single algorithm, with normalizing
parameters part of parameters and slice part of method description.
-- A*