html5/spec Overview.html,1.1794,1.1795

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

Modified Files:
	Overview.html 
Log Message:
Picked one of the 'pending external script' cases and made it the <dfn> case. (bug 6143) (whatwg r2625)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1794
retrieving revision 1.1795
diff -u -d -r1.1794 -r1.1795
--- Overview.html	30 Dec 2008 01:35:30 -0000	1.1794
+++ Overview.html	30 Dec 2008 01:37:10 -0000	1.1795
@@ -6268,7 +6268,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>
 
@@ -7971,9 +7971,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>
@@ -41143,7 +41142,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>
@@ -41161,9 +41160,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>
@@ -41177,8 +41176,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>
 

Received on Tuesday, 30 December 2008 01:37:21 UTC