html5/spec Overview.html,1.1899,1.1900

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31591

Modified Files:
	Overview.html 
Log Message:
Fix handing of end tags allowed before, in, and after <head> elements. (whatwg r2730)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1899
retrieving revision 1.1900
diff -u -d -r1.1899 -r1.1900
--- Overview.html	1 Feb 2009 01:57:02 -0000	1.1899
+++ Overview.html	1 Feb 2009 05:23:50 -0000	1.1900
@@ -40187,7 +40187,7 @@
 
    </dd>
 
-   <dt>An end tag whose tag name is one of: "head", "br"</dt>
+   <dt>An end tag whose tag name is one of: "head", "body", "html", "br"</dt>
    <dd>
 
     <p>Act as if a start tag token with the tag name "head" and no
@@ -40352,7 +40352,7 @@
 
    </dd>
 
-   <dt>An end tag whose tag name is "br"</dt>
+   <dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
    <dd>
     <p>Act as described in the "anything else" entry below.</p>
    </dd>
@@ -40496,7 +40496,7 @@
 
    </dd>
 
-   <dt>An end tag whose tag name is "br"</dt>
+   <dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
    <dd>
     <p>Act as described in the "anything else" entry below.</p>
    </dd>

Received on Sunday, 1 February 2009 05:24:05 UTC