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 16723 - Bogus requirement in Blob constructor
Summary: Bogus requirement in Blob constructor
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 11:12 UTC by Simon Pieters
Modified: 2012-05-07 05:03 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Pieters 2012-04-13 11:12:59 UTC
"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)
Comment 1 Arun 2012-05-07 05:03:03 UTC
Marking this fixed.  See http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob