[html5] r2625 - [e] (0) Picked one of the 'pending external script' cases and made it the <dfn> [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 29 17:37:05 PST 2008
Author: ianh
Date: 2008-12-29 17:37:04 -0800 (Mon, 29 Dec 2008)
New Revision: 2625
Modified:
index
source
Log:
[e] (0) Picked one of the 'pending external script' cases and made it the <dfn> case. (bug 6143)
Modified: index
===================================================================
--- index 2008-12-30 01:35:25 UTC (rev 2624)
+++ index 2008-12-30 01:37:04 UTC (rev 2625)
@@ -7707,7 +7707,7 @@
<li>
- <p>If there is a <span>pending external script</span>, then the
+ <p>If there is a <a href=#pending-external-script>pending external script</a>, then the
method must now return without further processing of the
<a href=#the-input-stream>input stream</a>.</p>
@@ -9734,9 +9734,8 @@
attribute and has been flagged as
<a href=#parser-inserted>"parser-inserted"</a></dt>
- <dd>The element is the <span>pending external
- script</span>. (There can only be one such script at a
- time.)</dd>
+ <dd>The element is the <dfn id=pending-external-script>pending external script</dfn>. (There
+ can only be one such script at a time.)</dd>
<dt>If the element has a <code title=attr-script-src><a href=#attr-script-src>src</a></code>
@@ -50654,7 +50653,7 @@
"undefined" value.)</p>
<p id=scriptTagParserResumes>At this stage, if there is a
- <span>pending external script</span>, then:</p>
+ <a href=#pending-external-script>pending external script</a>, then:</p>
<dl class=switch><dt>If the tree construction stage is <a href=#nestedParsing>being called reentrantly</a>, say from a
call to <code title=dom-document-write-HTML><a href=#dom-document-write-html>document.write()</a></code>:</dt>
@@ -50672,9 +50671,9 @@
<p>Follow these steps:</p>
- <ol><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>.</li>
+ <ol><li><p>Let <var title="">the script</var> be the <a href=#pending-external-script>pending
+ external script</a>. There is no longer a <a href=#pending-external-script>pending
+ external script</a>.</li>
<li><p><a href=#pause>Pause</a> until the script has <a href=#completed-loading>completed
loading</a>.</li>
@@ -50688,8 +50687,8 @@
<li><p>Let the <a href=#insertion-point>insertion point</a> be undefined
again.</li>
- <li><p>If there is once again a <span>pending external
- script</span>, then repeat these steps from step 1.</li>
+ <li><p>If there is once again a <a href=#pending-external-script>pending external
+ script</a>, then repeat these steps from step 1.</li>
</ol></dd>
Modified: source
===================================================================
--- source 2008-12-30 01:35:25 UTC (rev 2624)
+++ source 2008-12-30 01:37:04 UTC (rev 2625)
@@ -10264,9 +10264,8 @@
attribute and has been flagged as
<span>"parser-inserted"</span></dt>
- <dd>The element is the <span>pending external
- script</span>. (There can only be one such script at a
- time.)</dd>
+ <dd>The element is the <dfn>pending external script</dfn>. (There
+ can only be one such script at a time.)</dd>
<dt>If the element has a <code title="attr-script-src">src</code>
More information about the Commit-Watchers
mailing list