Bugzilla – Bug 409
document.close() should insert the EOF at the end of the file, not in the middle...
Last modified: 2011-05-19 16:01:42 CEST
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>