[html5] r4109 - [e] (0) Looks like I'd only half made javascript: async.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 11 22:51:05 PDT 2009
Author: ianh
Date: 2009-10-11 22:51:04 -0700 (Sun, 11 Oct 2009)
New Revision: 4109
Modified:
complete.html
index
source
Log:
[e] (0) Looks like I'd only half made javascript: async.
Modified: complete.html
===================================================================
--- complete.html 2009-10-12 05:34:14 UTC (rev 4108)
+++ complete.html 2009-10-12 05:51:04 UTC (rev 4109)
@@ -55202,13 +55202,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>
Modified: index
===================================================================
--- index 2009-10-12 05:34:14 UTC (rev 4108)
+++ index 2009-10-12 05:51:04 UTC (rev 4109)
@@ -52368,13 +52368,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>
Modified: source
===================================================================
--- source 2009-10-12 05:34:14 UTC (rev 4108)
+++ source 2009-10-12 05:51:04 UTC (rev 4109)
@@ -62333,14 +62333,13 @@
<li>
- <p>If fetching the resource is synchronous (i.e. for <span
- title="javascript protocol"><code title="">javascript:</code>
- URLs</span> and <code>about:blank</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 <span title="concept-script">script</span> invoked the navigation steps, if they
- were invoked by script.</p>
+ <p>If fetching the resource is synchronous (i.e. for
+ <code>about:blank</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 <span
+ title="concept-script">script</span> invoked the navigation steps,
+ if they were invoked by script.</p>
</li>
More information about the Commit-Watchers
mailing list