- From: poot <cvsmail@w3.org>
- Date: Sat, 2 Aug 2008 18:26:22 +0900 (JST)
- To: public-html-diffs@w3.org
Define fetching. (bug 5848) (whatwg r1971) http://www.w3.org/Bugs/Public/show_bug.cgi?id=5848 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1163.html http://dev.w3.org/html5/spec/Overview.html http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1162&r2=1.1163&f=h http://html5.org/tools/web-apps-tracker?from=1970&to=1971 =================================================================== 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:27:00 UTC