html5/spec Overview.html,1.1018,1.1019

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26945

Modified Files:
	Overview.html 
Log Message:
'the script that will execute as soon as the parser resumes' is now the 'pending external script' (bug 5787) (credit: hs) (whatwg r1830)

Index: Overview.html
===================================================================
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:20:04 UTC