[whatwg] Please consider simplifying authoring guidance for the img alt attribute

2010-08-01 Thread Tantek Çelik
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 img alt attribute, such as dropping the document is an e-mail and meta generator cases. More details provided on the wiki:

[whatwg] Regarding Downloading a webpage.

2010-08-01 Thread Narendra Sisodiya
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

Re: [whatwg] Regarding Downloading a webpage.

2010-08-01 Thread Eitan Adler
On Sun, Aug 1, 2010 at 6:06 PM, Narendra Sisodiya naren...@narendrasisodiya.com 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)

[whatwg] Race condition in media load algorithm

2010-08-01 Thread Chris Pearce
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

[whatwg] Please consider dropping the sandbox attribute from the iframe element

2010-08-01 Thread Tantek Çelik
Summary: The new 'sandbox' feature on iframe 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

Re: [whatwg] Please consider dropping the sandbox attribute from the iframe element

2010-08-01 Thread イアンフェッティ
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,

Re: [whatwg] Please consider dropping the sandbox attribute from the iframe element

2010-08-01 Thread Adam Barth
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,

Re: [whatwg] Regarding Downloading a webpage.

2010-08-01 Thread Narendra Sisodiya
On Mon, Aug 2, 2010 at 5:16 AM, Eitan Adler li...@eitanadler.com wrote: Specifically http://www.w3.org/TR/html5/offline.html#manifests Got it .. I was looking for it,