This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23319 - 第6.4.1.节,多了个右括号
Summary: 第6.4.1.节,多了个右括号
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 minor
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-22 01:39 UTC by 王佳峰
Modified: 2013-10-31 16:50 UTC (History)
1 user (show)

See Also:


Attachments

Description 王佳峰 2013-09-22 01:39:54 UTC
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).
Comment 1 Arun 2013-10-31 16:50:28 UTC
Fixed this in editor's draft.

http://dev.w3.org/2006/webapi/FileAPI/#slice-method-algo