From tantek at cs.stanford.edu Sun Aug 1 02:43:18 2010
From: tantek at cs.stanford.edu (=?UTF-8?Q?Tantek_=C3=87elik?=)
Date: Sun, 1 Aug 2010 02:43:18 -0700
Subject: [whatwg] Please consider simplifying authoring guidance for the
alt attribute
Message-ID:
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
From narendra at narendrasisodiya.com Sun Aug 1 15:06:55 2010
From: narendra at narendrasisodiya.com (Narendra Sisodiya)
Date: Mon, 2 Aug 2010 03:36:55 +0530
Subject: [whatwg] Regarding Downloading a webpage.
Message-ID:
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
???????????????????????????
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From lists at eitanadler.com Sun Aug 1 16:46:32 2010
From: lists at eitanadler.com (Eitan Adler)
Date: Sun, 1 Aug 2010 19:46:32 -0400
Subject: [whatwg] Regarding Downloading a webpage.
In-Reply-To:
References:
Message-ID:
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
From chris at pearce.org.nz Sun Aug 1 18:50:20 2010
From: chris at pearce.org.nz (Chris Pearce)
Date: Mon, 02 Aug 2010 13:50:20 +1200
Subject: [whatwg] Race condition in media load algorithm
Message-ID: <4C56245C.3080604@pearce.org.nz>
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.
From tantek at cs.stanford.edu Sun Aug 1 18:59:34 2010
From: tantek at cs.stanford.edu (=?UTF-8?Q?Tantek_=C3=87elik?=)
Date: Sun, 1 Aug 2010 18:59:34 -0700
Subject: [whatwg] Please consider dropping the "sandbox" attribute from the