Skip to content

Commit

Permalink
Fix </html> handling
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@89 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 21, 2006
1 parent 40e4ea7 commit 309188f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -24,7 +24,7 @@

<h1 id="web-applications">Web Applications 1.0</h1>

<h2 class="no-num no-toc" id="working">Working Draft &mdash; 20 July 2006</h2>
<h2 class="no-num no-toc" id="working">Working Draft &mdash; 21 July 2006</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -19574,8 +19574,8 @@ function receiver(e) {
<dt>An end tag with the tag name "html"

<dd>
<p>Switch to <span><a href="#the-trailing1">the trailing end
phase</a></span>.</p>
<p>Act as if a start tag token with the tag name "head" and no
attributes had been seen, then reprocess the current token.</p>

<dt>Any other end tag

Expand Down Expand Up @@ -19907,6 +19907,8 @@ function receiver(e) {
<p>Change the <span><a href="#insertion">insertion mode</a></span> to
"after body".</p>

<dt>An end tag with the tag name "html"

<dt>An end-of-file token

<dd>
Expand Down
9 changes: 8 additions & 1 deletion source
Expand Up @@ -17674,7 +17674,11 @@ function receiver(e) {

<dt>An end tag with the tag name "html"</dt>
<dd>
<p>Switch to <span>the trailing end phase</span>.</p>

<p>Act as if a start tag token with the tag name "head" and no
attributes had been seen, then reprocess the current
token.</p>

</dd>

<dt>Any other end tag</dt>
Expand Down Expand Up @@ -17861,7 +17865,9 @@ function receiver(e) {

<dt>An end tag with the tag name "html"</dt>
<dd>

<p>Act as described in the "anything else" entry below.</p>

</dd>

<dt>A start tag with the tag name "head"</dt>
Expand Down Expand Up @@ -18011,6 +18017,7 @@ function receiver(e) {
<p>Change the <span>insertion mode</span> to "after body".</p>
</dd>

<dt>An end tag with the tag name "html"</dt>
<dt>An end-of-file token</dt>
<dd>
<p>Act as if an end tag with tag name "body" had been seen,
Expand Down

0 comments on commit 309188f

Please sign in to comment.