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

           Summary: Bogus requirement in Blob constructor
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


"A blobParts Array
which MUST take any number of the following types of members, and in any
order:"

This MUST is bogus. WebIDL makes sure the array's elements are of the right
types.

Also, they aren't members, but array elements, per WebIDL terminology.

Suggested replacement:

"A blobParts Array
which takes any number of the following types of array elements, and in any
order:"

(and s/member/array element/ elsewhere as appropriate)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to