This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Created attachment 1079 [details] Highlighting mistakes In "11.8. Creating and Revoking a Blob URI", the partial interface URL defines a static method named 'revokeObjectURL', but in "11.8.1. Methods and Parameters", it metions something like "URL.revokeBlobURL() is called" 2 times. I thinks this is a mistake referencing the method name, the "URL.revokeBlobURL" should actually be "URL.revokeObjectURL" to satisfy what is defined in IDL.
I've fixed this bug in the Editor's draft: http://dev.w3.org/2006/webapi/FileAPI/#creating-revoking