- From: <bugzilla@jessica.w3.org>
- Date: Fri, 13 Apr 2012 11:13:00 +0000
- To: public-webapps-bugzilla@w3.org
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: arun@mozilla.com
ReportedBy: simonp@opera.com
QAContact: public-webapps-bugzilla@w3.org
CC: public-webapps@w3.org
"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 the QA contact for the bug.
Received on Friday, 13 April 2012 11:13:03 UTC