NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 409 - document.close() should insert the EOF at the end of the file, not in the middle...
document.close() should insert the EOF at the end of the file, not in the mid...
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-04 16:53 CET by Henri Sivonen
Modified: 2011-05-19 16:01 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-01-04 16:53:14 CET
Index: source
===================================================================
--- source	(revision 2513)
+++ source	(revision 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>