Re: [whatwg] Regarding Downloading a webpage.
On Mon, Aug 2, 2010 at 5:16 AM, Eitan Adler wrote: > > Specifically > http://www.w3.org/TR/html5/offline.html#manifests > Got it .. I was looking for it,
Re: [whatwg] Please consider dropping the "sandbox" attribute from the element
There's been a lot of security review, both on this list and in the W3C HTML WG. I've been meaning to write up a summary of all the discussion, but I haven't gotten around to it yet. We ended up tweaking a few aspects, but generally the design seems solid. Adam On Sun, Aug 1, 2010 at 6:59 PM, Tantek Çelik wrote: > Summary: The new 'sandbox' feature on should be considered > for removal. It needs a security review, it will be a lot of work to > implement properly, and may not actually solve the problem it is > intending to solve. > > More details here: > > http://wiki.whatwg.org/wiki/Iframe_Sandbox > > I encourage fellow web authors and browser implementers to add their > opinions/comments to that wiki page. > > Thanks! > > Tantek > > -- > http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5 >
Re: [whatwg] Please consider dropping the "sandbox" attribute from the element
We (webkit/chrome) have had iframe sandbox implemented for over half a year. We've found some bugs in implementation here and there and fixed them. It solves a very real problem, has already been implemented, and your argument provides absolutely no information. Can you elaborate? On Sun, Aug 1, 2010 at 6:59 PM, Tantek Çelik wrote: > Summary: The new 'sandbox' feature on should be considered > for removal. It needs a security review, it will be a lot of work to > implement properly, and may not actually solve the problem it is > intending to solve. > > More details here: > > http://wiki.whatwg.org/wiki/Iframe_Sandbox > > I encourage fellow web authors and browser implementers to add their > opinions/comments to that wiki page. > > Thanks! > > Tantek > > -- > http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5 >
[whatwg] Please consider dropping the "sandbox" attribute from the element
Summary: The new 'sandbox' feature on should be considered for removal. It needs a security review, it will be a lot of work to implement properly, and may not actually solve the problem it is intending to solve. More details here: http://wiki.whatwg.org/wiki/Iframe_Sandbox I encourage fellow web authors and browser implementers to add their opinions/comments to that wiki page. Thanks! Tantek -- http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5
[whatwg] Race condition in media load algorithm
There's a race condition in the media load algorithm. When the resource selection algorithm begins, it sets a task to complete the rest of the resource selection algorithm asynchronously. In the asynchronous task, we set the delaying-the-load-event flag to true at step 4. But between the resource selection algorithm setting the task to asynchronously continue the algorithm, and the task actually running, the load event could fire, before we have a chance to set the delaying-the-load-event flag to true. I suggest we set the delaying-the-load-event flag to true before we set the task to continue the rest of the resource selection algorithm asynchronously. Chris Pearce.
Re: [whatwg] Regarding Downloading a webpage.
On Sun, Aug 1, 2010 at 6:06 PM, Narendra Sisodiya wrote: > A html webpage can contains js, css, image files. If we leave the server > side scripting part then all resource files will static. JavaScript may load > a resource (like another js/image/css file or DataURI) dynamically. > If I want to download a webpage, I have to look at the source code of html > and also JavaScript code which may load otherfiles on user interaction. > Is their any specification exist by which i can tell 'webpage downloader' > application about 'list of all files which may be use under a give web > application' ? Take a look at http://www.w3.org/TR/html5/offline.html Specifically http://www.w3.org/TR/html5/offline.html#manifests -- Eitan Adler
[whatwg] Regarding Downloading a webpage.
A html webpage can contains js, css, image files. If we leave the server side scripting part then all resource files will static. JavaScript may load a resource (like another js/image/css file or DataURI) dynamically. If I want to download a webpage, I have to look at the source code of html and also JavaScript code which may load otherfiles on user interaction. Is their any specification exist by which i can tell 'webpage downloader' application about 'list of all files which may be use under a give web application' ? -- ┌─┐ │Narendra Sisodiya │http://narendrasisodiya.com └─┘
[whatwg] Please consider simplifying authoring guidance for the alt attribute
With acknowledgement of existing issues (e.g. http://www.w3.org/html/wg/tracker/issues/80 ) on the topic: Summary: Please consider simplifying authoring guidance for the alt attribute, such as dropping the document is an e-mail and meta generator cases. More details provided on the wiki: http://wiki.whatwg.org/wiki/Img_Alt I encourage fellow web authors to add opinions/comments. Thanks! Tantek -- http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5