[whatwg] Expose event.dataTransfer.files accessor to allow file drag and drop

2009-08-10 Thread Noel Gordon
> PROPOSAL > > When the user drags-and-drops files onto a web page, we should expose > those files to the page via a "files" accessor on the dataTransfer > property of the event object. This feature is consistent with HTML > 5's security model for drag and drop. I wasn't clear on this part -- how

[whatwg] Proposal: toDataURL “image/png” compression control

2014-05-28 Thread Noel Gordon
.toDataURL supports an optional quality argument for the “image/jpeg” mime type to control image compression. Developers have no control over “image/png” compression. “image/png” is a lossless image compression format and the proposal is to allow developers some control over the compression proces

Re: [whatwg] Proposal: toDataURL “image/png” compression control

2014-06-02 Thread Noel Gordon
On Sun, Jun 1, 2014 at 8:58 AM, Glenn Maynard wrote: > > But again, image decoding *can't* be done efficiently in script: > platform-independent code with performance competitive with native SIMD > assembly is a thing of myth. (People have been trying unsuccessfully to do > that since day one of