- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jul 2008 05:22:17 +0900 (JST)
- To: public-html-diffs@w3.org
'the script that will execute as soon as the parser resumes' is now the 'pending external script' (bug 5787) (credit: hs) (whatwg r1830) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#status http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#scriptTag http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#a-vocabulary http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#running http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#document.write... http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#list-of1 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1019.html#scriptTagParserResumes Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#status http://dev.w3.org/html5/spec/Overview.html#scriptTag http://dev.w3.org/html5/spec/Overview.html#a-vocabulary http://dev.w3.org/html5/spec/Overview.html#running http://dev.w3.org/html5/spec/Overview.html#document.write... http://dev.w3.org/html5/spec/Overview.html#list-of1 http://dev.w3.org/html5/spec/Overview.html#scriptTagParserResumes Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#scriptTag http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#a-vocabulary http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#running http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#document.write... http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#list-of1 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#scriptTagParserResumes Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1018&r2=1.1019&f=h http://html5.org/tools/web-apps-tracker?from=1829&to=1830 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1018 retrieving revision 1.1019 diff -u -d -r1.1018 -r1.1019 --- Overview.html 29 Jun 2008 10:30:30 -0000 1.1018 +++ Overview.html 30 Jun 2008 20:19:28 -0000 1.1019 @@ -59,7 +59,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->29 June 2008</h2> + Editor's Draft <!--ZZZ-->30 June 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -207,7 +207,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 29 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 30 June 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -8476,10 +8476,9 @@ href="#insertion">insertion point</a>.</p> <li> - <p>If there is <a href="#the-script" title="the script that will execute - as soon as the parser resumes">a script that will execute as soon as the - parser resumes</a>, then the method must now return without further - processing of the <a href="#input0">input stream</a>.</p> + <p>If there is a <a href="#pending">pending external script</a>, then the + method must now return without further processing of the <a + href="#input0">input stream</a>.</p> <li> <p>Otherwise, the tokeniser must process the characters that were @@ -25230,9 +25229,8 @@ href="#src9">src</a></code> attribute and has been flagged as <a href="#parser-inserted">"parser-inserted"</a> - <dd>The element is <a href="#the-script">the script that will execute as - soon as the parser resumes</a>. (There can only be one such script at a - time.) + <dd>The element is the <a href="#pending">pending external script</a>. + (There can only be one such script at a time.) <dt>If the element has a <code title=attr-script-src><a href="#src9">src</a></code> attribute @@ -25320,12 +25318,11 @@ <p>Remove the script's element from the list.</p> </ol> - <dt>If the script is <dfn id=the-script>the script that will execute as - soon as the parser resumes</dfn>: + <dt>If the script is the <dfn id=pending>pending external script</dfn>: <dd> <p>The script will be handled <a href="#scriptTagParserResumes">when the - parser resumes</a> (amazingly enough).</p> + parser resumes</a>.</p> </dl> <p>The download of an external script must <a href="#delays">delay the @@ -47178,9 +47175,8 @@ the <code><a href="#script1">script</a></code> element as <a href="#already">"already executed"</a>, and skip the rest of the processing described for this token (including the part below where "<a - href="#the-script" title="the script that will execute as soon as the - parser resumes">scripts that will execute as soon as the parser - resumes</a>" are executed). (<a href="#fragment">fragment case</a>)</p> + href="#pending" title="pending external script">pending external + scripts</a>" are executed). (<a href="#fragment">fragment case</a>)</p> <p class=note>Marking the <code><a href="#script1">script</a></code> element as "already executed" prevents it from executing when it is @@ -47206,10 +47202,8 @@ href="#insertion">insertion point</a> to the value it had before the previous paragraph. This value might be the "undefined" value.)</p> - <p id=scriptTagParserResumes>At this stage, if there is <a - href="#the-script" title="the script that will execute as soon as the - parser resumes">a script that will execute as soon as the parser - resumes</a>, then:</p> + <p id=scriptTagParserResumes>At this stage, if there is a <a + href="#pending">pending external script</a>, then:</p> <dl class=switch> <dt>If the tree construction stage is <a href="#nestedParsing">being @@ -47229,15 +47223,13 @@ <ol> <li> - <p>Let <var title="">the script</var> be <a href="#the-script">the - script that will execute as soon as the parser resumes</a>. There is - no longer <a href="#the-script" title="the script that will execute - as soon as the parser resumes">a script that will execute as soon as - the parser resumes</a>. + <p>Let <var title="">the script</var> be the <a + href="#pending">pending external script</a>. There is no longer a <a + href="#pending">pending external script</a>. <li> <p><a href="#pause">Pause</a> until the script has <span>completed - loading</span><!-- XXX xref -->. + loading</span><!-- XXX xref fetch? -->. <li> <p>Let the <a href="#insertion">insertion point</a> be just before @@ -47252,10 +47244,8 @@ again. <li> - <p>If there is once again <a href="#the-script" title="the script - that will execute as soon as the parser resumes">a script that will - execute as soon as the parser resumes</a>, then repeat these steps - from step 1. + <p>If there is once again a <a href="#pending">pending external + script</a>, then repeat these steps from step 1. </ol> </dl>
Received on Monday, 30 June 2008 20:22:56 UTC