From 309188f1a732a22183c6b94e3d95285a77725a5a Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 21 Jul 2006 03:55:56 +0000 Subject: [PATCH] Fix handling git-svn-id: http://svn.whatwg.org/webapps@89 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 8 +++++--- source | 9 ++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/index b/index index 1385861ce35..ddc19f279a9 100644 --- a/index +++ b/index @@ -24,7 +24,7 @@

Web Applications 1.0

-

Working Draft — 20 July 2006

+

Working Draft — 21 July 2006

You can take part in this work. Join the working group's @@ -19574,8 +19574,8 @@ function receiver(e) {

An end tag with the tag name "html"
-

Switch to the trailing end - phase.

+

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

Any other end tag @@ -19907,6 +19907,8 @@ function receiver(e) {

Change the insertion mode to "after body".

+
An end tag with the tag name "html" +
An end-of-file token
diff --git a/source b/source index 15f33331f9f..1b039d4acf1 100644 --- a/source +++ b/source @@ -17674,7 +17674,11 @@ function receiver(e) {
An end tag with the tag name "html"
-

Switch to the trailing end phase.

+ +

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

+
Any other end tag
@@ -17861,7 +17865,9 @@ function receiver(e) {
An end tag with the tag name "html"
+

Act as described in the "anything else" entry below.

+
A start tag with the tag name "head"
@@ -18011,6 +18017,7 @@ function receiver(e) {

Change the insertion mode to "after body".

+
An end tag with the tag name "html"
An end-of-file token

Act as if an end tag with tag name "body" had been seen,