[html5] r1830 - [e] (0) 'the script that will execute as soon as the parser resumes' is now the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 30 13:19:23 PDT 2008
Author: ianh
Date: 2008-06-30 13:19:23 -0700 (Mon, 30 Jun 2008)
New Revision: 1830
Modified:
index
source
Log:
[e] (0) 'the script that will execute as soon as the parser resumes' is now the 'pending external script' (bug 5787) (credit: hs)
Modified: index
===================================================================
--- index 2008-06-29 10:30:25 UTC (rev 1829)
+++ index 2008-06-30 20:19:23 UTC (rev 1830)
@@ -25,7 +25,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 29 June
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 30 June
2008</h2>
<p>You can take part in this work. <a
@@ -8372,10 +8372,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
@@ -25126,9 +25125,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
@@ -25216,12 +25214,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
@@ -47074,9 +47071,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
@@ -47102,10 +47098,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
@@ -47125,15 +47119,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
@@ -47148,10 +47140,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>
Modified: source
===================================================================
--- source 2008-06-29 10:30:25 UTC (rev 1829)
+++ source 2008-06-30 20:19:23 UTC (rev 1830)
@@ -6597,10 +6597,9 @@
<li>
- <p>If there is <span title="the script that will execute as soon
- as the parser resumes">a script that will execute as soon as the
- parser resumes</span>, then the method must now return without
- further processing of the <span>input stream</span>.</p>
+ <p>If there is a <span>pending external script</span>, then the
+ method must now return without further processing of the
+ <span>input stream</span>.</p>
</li>
@@ -22746,9 +22745,9 @@
attribute and has been flagged as
<span>"parser-inserted"</span></dt>
- <dd>The element is <span>the script that will execute as soon as
- the parser resumes</span>. (There can only be one such script at
- a time.)</dd>
+ <dd>The element is the <span>pending external
+ script</span>. (There can only be one such script at a
+ time.)</dd>
<dt>If the element has a <code title="attr-script-src">src</code>
@@ -22893,14 +22892,12 @@
</dd>
- <dt>If the script is <dfn>the script that will execute as soon as
- the parser resumes</dfn>:</dt>
+ <dt>If the script is the <dfn>pending external script</dfn>:</dt>
<dd>
<p>The script will be handled <a
- href="#scriptTagParserResumes">when the parser resumes</a>
- (amazingly enough).</p>
+ href="#scriptTagParserResumes">when the parser resumes</a>.</p>
</dd>
@@ -44165,13 +44162,11 @@
<p>If the parser was originally created for the <span>HTML
fragment parsing algorithm</span>, then mark the
- <code>script</code> element as <span>"already
- executed"</span>, and skip the rest of the processing
- described for this token (including the part below where
- "<span title="the script that will execute as soon as the
- parser resumes">scripts that will execute as soon as the
- parser resumes</span>" are executed). (<span>fragment
- case</span>)</p>
+ <code>script</code> element as <span>"already executed"</span>,
+ and skip the rest of the processing described for this token
+ (including the part below where "<span title="pending external
+ script">pending external scripts</span>" are
+ executed). (<span>fragment case</span>)</p>
<p class="note">Marking the <code>script</code> element as
"already executed" prevents it from executing when it is
@@ -44198,10 +44193,8 @@
before the previous paragraph. This value might be the
"undefined" value.)</p>
- <p id="scriptTagParserResumes">At this stage, if there is
- <span title="the script that will execute as soon as the
- parser resumes">a script that will execute as soon as the
- parser resumes</span>, then:</p>
+ <p id="scriptTagParserResumes">At this stage, if there is a
+ <span>pending external script</span>, then:</p>
<dl class="switch">
@@ -44223,15 +44216,12 @@
<ol>
- <li><p>Let <var title="">the script</var> be <span>the
- script that will execute as soon as the parser
- resumes</span>. There is no longer <span title="the script
- that will execute as soon as the parser resumes">a script
- that will execute as soon as the parser
- resumes</span>.</p></li>
+ <li><p>Let <var title="">the script</var> be the <span>pending
+ external script</span>. There is no longer a <span>pending
+ external script</span>.</p></li>
<li><p><span>Pause</span> until the script has <span>completed
- loading</span><!-- XXX xref -->.</p></li>
+ loading</span><!-- XXX xref fetch? -->.</p></li>
<li><p>Let the <span>insertion point</span> be just before the
<span>next input character</span>.</p></li>
@@ -44242,10 +44232,8 @@
<li><p>Let the <span>insertion point</span> be undefined
again.</p></li>
- <li><p>If there is once again <span title="the script that
- will execute as soon as the parser resumes">a script that
- will execute as soon as the parser resumes</span>, then
- repeat these steps from step 1.</p></li>
+ <li><p>If there is once again a <span>pending external
+ script</span>, then repeat these steps from step 1.</p></li>
</ol>
More information about the Commit-Watchers
mailing list