[html5] r3459 - [] (0) Make sure the insertion point is undefined after parsing, since data past [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 21 00:24:13 PDT 2009


Author: ianh
Date: 2009-07-21 00:24:11 -0700 (Tue, 21 Jul 2009)
New Revision: 3459

Modified:
   index
   source
Log:
[] (0) Make sure the insertion point is undefined after parsing, since data past that point will be ignored.

Modified: index
===================================================================
--- index	2009-07-21 06:26:21 UTC (rev 3458)
+++ index	2009-07-21 07:24:11 UTC (rev 3459)
@@ -59446,7 +59446,7 @@
   inserted. The insertion point is relative to the position of the
   character immediately after it, it is not an absolute offset into
   the input stream. Initially, the insertion point is
-  uninitialized.</p>
+  undefined.</p>
 
   <p>The "EOF" character in the tables below is a conceptual character
   representing the end of the <a href=#the-input-stream>input stream</a>. If the parser
@@ -64890,7 +64890,8 @@
   <!-- this happens as part of one of the tasks that runs the parser -->
 
   <p>First, the user agent must set the <a href=#current-document-readiness>current document
-  readiness</a> to "interactive".</p>
+  readiness</a> to "interactive" and the <a href=#insertion-point>insertion
+  point</a> to undefined.</p>
 
   <p>Then, the user agent must then make a list of all the scripts
   that are in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will execute when the

Modified: source
===================================================================
--- source	2009-07-21 06:26:21 UTC (rev 3458)
+++ source	2009-07-21 07:24:11 UTC (rev 3459)
@@ -73174,7 +73174,7 @@
   inserted. The insertion point is relative to the position of the
   character immediately after it, it is not an absolute offset into
   the input stream. Initially, the insertion point is
-  uninitialized.</p>
+  undefined.</p>
 
   <p>The "EOF" character in the tables below is a conceptual character
   representing the end of the <span>input stream</span>. If the parser
@@ -79245,7 +79245,8 @@
   <!-- this happens as part of one of the tasks that runs the parser -->
 
   <p>First, the user agent must set the <span>current document
-  readiness</span> to "interactive".</p>
+  readiness</span> to "interactive" and the <span>insertion
+  point</span> to undefined.</p>
 
   <p>Then, the user agent must then make a list of all the scripts
   that are in the <span>list of scripts that will execute when the




More information about the Commit-Watchers mailing list