[Bug 24469] New: Definition of "valid blob" is unclear and probably wrong

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

            Bug ID: 24469
           Summary: Definition of "valid blob" is unclear and probably
                    wrong
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: Ms2ger@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org

http://dev.w3.org/2006/webapi/FileAPI/#validBlob states:

> a valid blob argument, which is a non-null Blob in scope of the
> global object's URL property from which this static method is called

I have no idea what that means. The one thing I could imagine—that the methods
should not work for Blobs created in another global scope—is not implemented by
either Gecko or Chrome, and I don't see why it would.

Also note that neither method takes a nullable blob, so "non-null" is pointless
at best.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 2 February 2014 12:59:44 UTC