- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 02 Aug 2008 09:23:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7194
Modified Files:
Overview.html
Log Message:
Define fetching. (bug 5848) (whatwg r1971)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1162
retrieving revision 1.1163
diff -u -d -r1.1162 -r1.1163
--- Overview.html 1 Aug 2008 10:07:58 -0000 1.1162
+++ Overview.html 2 Aug 2008 09:23:31 -0000 1.1163
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ--> 1 August 2008</h2>
+ Editor's Draft <!--ZZZ--> 2 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,7 +199,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
[...1165 lines suppressed...]
- following the rules given for that in the <code><a
- href="#script1">script</a></code> element definition.
+ will execute as soon as possible</a> have <a href="#completed">completed
+ loading</a>, or if the <a href="#list-of0">list of scripts that will
+ execute asynchronously</a> is not empty and the first script in that list
+ has <a href="#completed">completed loading</a>, then the user agent must
+ act as if those scripts just completed loading, following the rules given
+ for that in the <code><a href="#script1">script</a></code> element
+ definition.
<p>Then, if the <a href="#list-of">list of scripts that will execute when
the document has finished parsing</a> is not empty, and the first item in
- this list has already <span>completed loading</span><!--XXX
- xref -->,
- then the user agent must act as if that script just finished loading.
+ this list has already <a href="#completed">completed loading</a>, then the
+ user agent must act as if that script just finished loading.
<p>By this point, there will be no scripts that have loaded but have not
yet been executed.
Received on Saturday, 2 August 2008 09:24:07 UTC