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,