html5/spec scripting-1.html,1.19,1.20 spec.html,1.1222,1.1223

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

Modified Files:
	scripting-1.html spec.html 
Log Message:
clarify who owns what when scripts are moved between documents (whatwg r5502)

[updated by splitter]


Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- scripting-1.html	25 Sep 2010 20:16:32 -0000	1.19
+++ scripting-1.html	25 Sep 2010 21:46:41 -0000	1.20
@@ -692,7 +692,8 @@
 
       <p>The element must be added to the end of the <dfn id="list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of
       scripts that will execute when the document has finished
-      parsing</dfn>.</p>
+      parsing</dfn> associated with the <code><a href="infrastructure.html#document">Document</a></code> of the
+      parser that created the element.</p>
 
       <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
       <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
@@ -712,8 +713,9 @@
      <dd>
 
       <p>The element is the <a href="#pending-parsing-blocking-script">pending parsing-blocking
-      script</a>. (There can only be one such script at a
-      time.)</p>
+      script</a> of the <code><a href="infrastructure.html#document">Document</a></code> of the parser that
+      created the element. (There can only be one such script per
+      <code><a href="infrastructure.html#document">Document</a></code> at a time.)</p>
 
       <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
       <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
@@ -733,8 +735,9 @@
      <dd>
 
       <p>The element is the <a href="#pending-parsing-blocking-script">pending parsing-blocking
-      script</a>. (There can only be one such script at a
-      time.)</p>
+      script</a> of the <code><a href="infrastructure.html#document">Document</a></code> of the parser that
+      created the element. (There can only be one such script per
+      <code><a href="infrastructure.html#document">Document</a></code> at a time.)</p>
 
       <p>Set the element's <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a>
       flag. The parser will handle executing the script.</p>
@@ -747,7 +750,9 @@
      <dd>
 
       <p>The element must be added to the <dfn id="set-of-scripts-that-will-execute-as-soon-as-possible">set of scripts that
-      will execute as soon as possible</dfn>.</p>
+      will execute as soon as possible</dfn> of the
+      <code><a href="infrastructure.html#document">Document</a></code> of the <code><a href="#script">script</a></code> element at the
+      time the <a href="#running-a-script">running a script</a> algorithm started.</p>
 
       <p>The <a href="webappapis.html#concept-task" title="concept-task">task</a> that the
       <a href="webappapis.html#networking-task-source">networking task source</a> places on the <a href="webappapis.html#task-queue">task
@@ -774,8 +779,9 @@
   the resource has been <a href="fetching-resources.html#fetch" title="fetch">fetched</a> (defined
   above) has been run.</p>
 
-  <p>The <dfn id="pending-parsing-blocking-script">pending parsing-blocking script</dfn> is used by the
-  parser.</p>
+  <p>The <dfn id="pending-parsing-blocking-script">pending parsing-blocking script</dfn> of a
+  <code><a href="infrastructure.html#document">Document</a></code> is used by the <code><a href="infrastructure.html#document">Document</a></code>'s
+  parser(s).</p>
 
   <p><dfn id="executing-a-script-block" title="executing a script block">Executing a script
   block</dfn>: When the steps above require that the script block be

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1222
retrieving revision 1.1223
diff -u -d -r1.1222 -r1.1223
--- spec.html	25 Sep 2010 20:47:23 -0000	1.1222
+++ spec.html	25 Sep 2010 21:46:41 -0000	1.1223
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4392.
+This is revision 1.4393.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Saturday, 25 September 2010 21:46:45 UTC