This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
6.4.1. The slice method ...... 1. ...... 2. The optional start parameter is ...... a. If the optional start ...... b. If start is negative, let relativeStart be max((size + start), 0)). 如上, 第2段,b点的最后多了个右括号,应该为: b. If start is negative, let relativeStart be max((size + start), 0).
Fixed this in editor's draft. http://dev.w3.org/2006/webapi/FileAPI/#slice-method-algo