[Bug 23319] New: 第6.4.1.节,多了个右括号

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23319

            Bug ID: 23319
           Summary: 第6.4.1.节,多了个右括号
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: wWX16626@163.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Sunday, 22 September 2013 01:39:56 UTC