[html5] r2514 - [at] (0) document.close() should insert the EOF at the end of the file, not in t [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 22:12:13 PST 2008


Author: ianh
Date: 2008-12-01 22:12:12 -0800 (Mon, 01 Dec 2008)
New Revision: 2514

Modified:
   index
   source
Log:
[at] (0) document.close() should insert the EOF at the end of the file, not in the middle...

Modified: index
===================================================================
--- index	2008-12-02 06:08:42 UTC (rev 2513)
+++ index	2008-12-02 06:12:12 UTC (rev 2514)
@@ -7462,8 +7462,8 @@
   method must do nothing if there is no <a href=#script-created-parser>script-created
   parser</a> associated with the document. If there is such a
   parser, then, when the method is called, the user agent must insert
-  an <a href=#explicit-eof-character>explicit "EOF" character</a> at the <a href=#insertion-point>insertion
-  point</a> of the parser's <a href=#the-input-stream>input stream</a>.</p>
+  an <a href=#explicit-eof-character>explicit "EOF" character</a> at the end of the parser's
+  <a href=#the-input-stream>input stream</a>.</p>
 
 
   <h4 id=dynamic-markup-insertion-in-html><span class=secno>3.7.2 </span>Dynamic markup insertion in HTML</h4>

Modified: source
===================================================================
--- source	2008-12-02 06:08:42 UTC (rev 2513)
+++ source	2008-12-02 06:12:12 UTC (rev 2514)
@@ -7657,8 +7657,8 @@
   method must do nothing if there is no <span>script-created
   parser</span> associated with the document. If there is such a
   parser, then, when the method is called, the user agent must insert
-  an <span>explicit "EOF" character</span> at the <span>insertion
-  point</span> of the parser's <span>input stream</span>.</p>
+  an <span>explicit "EOF" character</span> at the end of the parser's
+  <span>input stream</span>.</p>
 
 
   <h4>Dynamic markup insertion in HTML</h4>




More information about the Commit-Watchers mailing list