Re: [whatwg] pushState

2008-07-27 Thread Jonas Sicking
Jonas Sicking wrote: To minimize the difference between when a SH entry is recovered from the fastback cache, compared to when the document is reparsed, the Location object should be changed to reflect the new URL whenever pushState is called with a url. The advantage of changing the Location

Re: [whatwg] Comments and questions on Web Apps 1.0

2008-07-27 Thread Henri Sivonen
On Jul 26, 2008, at 01:44, Ian Hickson wrote: On Fri, 17 Mar 2006, Henri Sivonen wrote: 2.2.8. Is localName supposed to return in lower case? Would make sense. I've removed localName from the list of attributes that do case- fixing. Thank you! 2.3.1. Since blockquote is so abused that

[whatwg] Application deployment

2008-07-27 Thread Russell Leggett
Hi all, I checked through the archives, but did not see anything, so if this has been addressed already, I apologize. This is a suggestion that is more helpful to larger single page web applications, but could also be very helpful to other resource intensive web pages. My thought is that it could

[whatwg] canvas shadow compositing oddities

2008-07-27 Thread Eric Butler
As far as I can tell, according to the spec, there is no way to explicitly disable shadow rendering and it is always part of the drawing model. So it defaults to fully transparent, which, for most operators, acts the same way as disabling it. However, following the spec's drawing model, there

Re: [whatwg] Application deployment

2008-07-27 Thread Philipp Serafin
On Sun, Jul 27, 2008 at 8:44 PM, Russell Leggett [EMAIL PROTECTED] wrote: Hi all, I checked through the archives, but did not see anything, so if this has been addressed already, I apologize. This is a suggestion that is more helpful to larger single page web applications, but could also be

Re: [whatwg] Application deployment

2008-07-27 Thread Adam Barth
Firefox already implements this today with the jar protocol. Put your content into a zip archive and access it using this kind of URL: jar:http://www.example.com/site.jar!/path/inside/foo.html I'm not sure many sites use this feature, but it has been a source of several recent security issues.

Re: [whatwg] Application deployment

2008-07-27 Thread Ian Hickson
On Sun, 27 Jul 2008, Russell Leggett wrote: This is a suggestion that is more helpful to larger single page web applications, but could also be very helpful to other resource intensive web pages. My thought is that it could be extremely helpful to create some kind of web application