Re: [whatwg] Web Storage, Editor's Draft 20 August 2010 - Request for enhancement

2010-09-17 Thread Aryeh Gregor
On Tue, Sep 14, 2010 at 7:52 AM, Jim Williams wrote: > 1.  I would like the browser vendors to all use the same implementation of > localStorage, as this will greatly facilitate browser-independent viewing > experiences.  As it stands, I have no idea how to maintain continuity if a > user viewing

Re: [whatwg] multipart/form-data when POSTing through an XMLHttpRequest (FileApi file)

2010-09-17 Thread Dennis Joachimsthaler
Am 17.09.2010, 20:56 Uhr, schrieb Dennis Joachimsthaler : Am 17.09.2010, 20:46 Uhr, schrieb Anne van Kesteren : On Fri, 17 Sep 2010 20:41:19 +0200, Dennis Joachimsthaler wrote: (Or, any knowledge how it is done today? I can't find anything about it! Crazy.) Of course: http://dev.w3.or

Re: [whatwg] multipart/form-data when POSTing through an XMLHttpRequest (FileApi file)

2010-09-17 Thread Dennis Joachimsthaler
Am 17.09.2010, 20:46 Uhr, schrieb Anne van Kesteren : On Fri, 17 Sep 2010 20:41:19 +0200, Dennis Joachimsthaler wrote: (Or, any knowledge how it is done today? I can't find anything about it! Crazy.) Of course: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-formdata-interface Oh?

Re: [whatwg] multipart/form-data when POSTing through an XMLHttpRequest (FileApi file)

2010-09-17 Thread Anne van Kesteren
On Fri, 17 Sep 2010 20:41:19 +0200, Dennis Joachimsthaler wrote: I do currently wonder, after a lot of hours of researching, if there is any possibility to upload files with values through XMLHttpRequest? The XmlHttpRequest just ends the request after the first "send". There should be a mor

[whatwg] multipart/form-data when POSTing through an XMLHttpRequest (FileApi file)

2010-09-17 Thread Dennis Joachimsthaler
Hello, I do currently wonder, after a lot of hours of researching, if there is any possibility to upload files with values through XMLHttpRequest? The XmlHttpRequest just ends the request after the first "send". There should be a more thought out API for multipart/form-data since we have t

Re: [whatwg] Proposal: add attributes etags & last-modified to element.

2010-09-17 Thread Mike Belshe
Sounds great to me. 2010/9/15 Gavin Peters (蓋文彼德斯) > Hi, I'm working on link tags inside of chrome. We're now experimenting > with an optimization that uses link tags and headers to avoid round trips > for cache validation in many cases. > > I propose we add an optional etags & last-modified at

Re: [whatwg] Stream API feedback

2010-09-17 Thread Nicklas Sandgren
A mirror flip can be done with a scaleX(-1) transformation. Maybe a not so intuitive method though. br Nicklas Sandgren From: j...@google.com [mailto:j...@google.com] On Behalf Of Jonathan Dixon Sent: den 16 september 2010 15:36 To: Nicklas Sandgren Cc: whatwg@li

[whatwg] some questions regarding clipboard event / clipboard data API

2010-09-17 Thread Hallvord R M Steen
[I tried to send this a couple of weeks ago, it apparently didn't reach the list. Apologies if anyone gets it twice.] Hi, I'm trying to put together a small spec and a test suite for the clipboard data API which originates from Internet Explorer and is supported by WebKit as event.clipboardData in