[html5] r4495 - [e] (0) Navigation should be async. This wasn't properly described before. Fixin [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 19:33:30 PST 2010
Author: ianh
Date: 2010-01-05 19:33:25 -0800 (Tue, 05 Jan 2010)
New Revision: 4495
Modified:
complete.html
index
source
Log:
[e] (0) Navigation should be async. This wasn't properly described before.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8417
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 03:30:55 UTC (rev 4494)
+++ complete.html 2010-01-06 03:33:25 UTC (rev 4495)
@@ -55688,8 +55688,9 @@
<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>
+ this point the user agents must return to whatever algorithm
+ invoked the navigation steps and must continue these steps
+ asynchronously.</p>
</li>
Modified: index
===================================================================
--- index 2010-01-06 03:30:55 UTC (rev 4494)
+++ index 2010-01-06 03:33:25 UTC (rev 4495)
@@ -52862,8 +52862,9 @@
<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>
+ this point the user agents must return to whatever algorithm
+ invoked the navigation steps and must continue these steps
+ asynchronously.</p>
</li>
Modified: source
===================================================================
--- source 2010-01-06 03:30:55 UTC (rev 4494)
+++ source 2010-01-06 03:33:25 UTC (rev 4495)
@@ -62862,9 +62862,9 @@
<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>
+ this point the user agents must return to whatever algorithm
+ invoked the navigation steps and must continue these steps
+ asynchronously.</p>
</li>
More information about the Commit-Watchers
mailing list