- From: poot <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 14:40:23 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Looks like I'd only half made javascript: async. (whatwg r4109)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3267&r2=1.3268&f=h
http://html5.org/tools/web-apps-tracker?from=4108&to=4109
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3267
retrieving revision 1.3268
diff -u -d -r1.3267 -r1.3268
--- Overview.html 12 Oct 2009 05:23:18 -0000 1.3267
+++ Overview.html 12 Oct 2009 05:40:08 -0000 1.3268
@@ -47051,13 +47051,12 @@
<li>
- <p>If fetching the resource is synchronous (i.e. for <a href="#javascript-protocol" title="javascript protocol"><code title="">javascript:</code>
- URLs</a> and <code><a href="#about:blank">about:blank</a></code>), then this must be
- synchronous, but if fetching the resource depends on external
- resources, as it usually does for URLs that use HTTP or other
- networking protocols, then at this point the user agents must
- yield to whatever <a href="#concept-script" title="concept-script">script</a> invoked the navigation steps, if they
- were invoked by script.</p>
+ <p>If fetching the resource is synchronous (i.e. for
+ <code><a href="#about:blank">about:blank</a></code>), then this must be synchronous, but if
+ fetching the resource depends on external resources, as it usually
+ does for URLs that use HTTP or other networking protocols, then at
+ this point the user agents must yield to whatever <a href="#concept-script" title="concept-script">script</a> invoked the navigation steps,
+ if they were invoked by script.</p>
</li>
Received on Monday, 12 October 2009 05:40:54 UTC