Navigation Menu

Skip to content

Commit

Permalink
[at] (0) document.close() should insert the EOF at the end of the fil…
Browse files Browse the repository at this point in the history
…e, not in the middle...

git-svn-id: http://svn.whatwg.org/webapps@2514 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent b9c847d commit a9593fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -7462,8 +7462,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -7657,8 +7657,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down

0 comments on commit a9593fb

Please sign in to comment.