[whatwg] Caching of identical files from different URLs using checksums

2012-02-17 Thread Sven Neuhaus
Hello, as of 2012, some websites are including popular javascript libraries from CDNs, like Google's. The benefits are: * Traffic savings for the site operator because the javascript libraries are downloaded from the CDN and not from the site that uses them * If enough sites refer to the

[whatwg] DND: spec not matching implementations

2012-02-17 Thread Anne van Kesteren
The feedback that follows is based on our implementation experience with drag drop. The people that ought to be credited for the report below are Paweł Stanek, Giorgi Chavchanidze, Wilhelm Joys Andersen, and anonymous; i.e. not me. During our initial implementation of HTML5 drag and

[whatwg] DND: synthetic events

2012-02-17 Thread Anne van Kesteren
The feedback that follows is based on our implementation experience with drag drop. The people that ought to be credited for the text below are Paweł Stanek, Giorgi Chavchanidze, Wilhelm Joys Andersen, and anonymous; i.e. not me. In relation to synthetic events in HTML5 drag and drop,

[whatwg] DND: proposal to expose origin

2012-02-17 Thread Anne van Kesteren
The feedback that follows is based on our implementation experience with drag drop. The people that ought to be credited for the text below are Paweł Stanek, Giorgi Chavchanidze, Wilhelm Joys Andersen, and anonymous; i.e. not me. This is a proposal for what we see as one of the most

[whatwg] DND: compatibility notes

2012-02-17 Thread Anne van Kesteren
The feedback that follows is based on our implementation experience with drag drop. The people that ought to be credited for the text below are Paweł Stanek, Giorgi Chavchanidze, Wilhelm Joys Andersen, and anonymous; i.e. not me. During our initial implementation of HTML5 drag and drop,

Re: [whatwg] DND: compatibility notes

2012-02-17 Thread Tomasz Jamroszczak
Dnia 17-02-2012 o 10:37:03 Anne van Kesteren ann...@opera.com napisał(a): =Other problems= Firefox assumes wrong encoding of incoming text/html resulting in garbage string. And its handling of alert() in dnd event handlers is not perfect. -- Best Regards, Tomasz Jamroszczak

Re: [whatwg] Quirks Mode Standard

2012-02-17 Thread Simon Pieters
On Wed, 15 Feb 2012 19:42:39 +0100, Simon Pieters sim...@opera.com wrote: I have changed the spec for hashless hex color and unitless length to be closer to reality (I hope). I have limited the them to the properties in CSS2.1 that have colors or lengths but aren't in the list above. I made

[whatwg] DOMTokenList feedback

2012-02-17 Thread Anne van Kesteren
Several people gave feedback regarding DOMTokenList. In particular about making add()/remove() accept multiple values. Your feedback is now tracked over here as DOMTokenList moved from HTML to DOM: https://www.w3.org/Bugs/Public/show_bug.cgi?id=13999 Having said that, we will likely

Re: [whatwg] Caching of identical files from different URLs using checksums

2012-02-17 Thread Julian Reschke
On 2012-02-17 09:42, Sven Neuhaus wrote: Hello, as of 2012, some websites are including popular javascript libraries from CDNs, like Google's. The benefits are: * Traffic savings for the site operator because the javascript libraries are downloaded from the CDN and not from the site that

Re: [whatwg] Caching of identical files from different URLs using checksums

2012-02-17 Thread Ashley Sheridan
On Fri, 2012-02-17 at 19:05 +0100, Julian Reschke wrote: On 2012-02-17 09:42, Sven Neuhaus wrote: Hello, as of 2012, some websites are including popular javascript libraries from CDNs, like Google's. The benefits are: * Traffic savings for the site operator because the javascript

Re: [whatwg] Caching of identical files from different URLs using checksums

2012-02-17 Thread Scott González
On Fri, Feb 17, 2012 at 1:39 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: But wouldn't this all break one of the key reasons why shared libraries are useful? If I'm using a shared Javascript library hosted on Google Code, for example, and there's an urgent security update, I'd want it