- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 14:50:31 +0900 (JST)
- To: public-html-diffs@w3.org
No need to call js: out explicitly now that it's async. (whatwg r2042) about:blank http://people.w3.org/mike/diffs/html5/spec/Overview.1.1227.html#aboutblank http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1226&r2=1.1227&f=h http://html5.org/tools/web-apps-tracker?from=2041&to=2042 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1226 retrieving revision 1.1227 diff -u -d -r1.1226 -r1.1227 --- Overview.html 11 Aug 2008 05:14:28 -0000 1.1226 +++ Overview.html 11 Aug 2008 05:38:18 -0000 1.1227 @@ -5463,12 +5463,6 @@ <!-- XXX queue interaction --> <li> - <p>If the resulting <a href="#absolute">absolute URL</a> is a <a - href="#the-javascript" title="javascript protocol"><code - title="">javascript:</code> URL</a>, then <a href="#dereferenced" - title=concept-js-deref>dereference the URL</a>, and abort these steps. - - <li> <p>If the resource identified by the resulting <a href="#absolute">absolute URL</a> is already being downloaded for other reasons (e.g. another invocation of this algorithm), then the results of @@ -5479,7 +5473,9 @@ <p>At a time convenient to the user and the user agent, download the resource, applying the semantics of the relevant specifications (e.g. performing an HTTP GET or POST operation, or reading the file from disk, - following redirects, etc). + following redirects, <a href="#dereferenced" + title=concept-js-deref>dereferencing <span title="javascript + protocol"><code title="">javascript:</code> URLs</span></a>, etc). </ol> <p class=note>The <span>offline application cache</span> processing model
Received on Monday, 11 August 2008 05:51:08 UTC