html5/spec Overview.html,1.3809,1.3810

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

Modified Files:
	Overview.html 
Log Message:
Allow <head> tag to be omitted when the <head> element is empty, now that it can be. (whatwg r4762)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3809
retrieving revision 1.3810
diff -u -d -r1.3809 -r1.3810
--- Overview.html	17 Feb 2010 21:28:35 -0000	1.3809
+++ Overview.html	17 Feb 2010 21:30:06 -0000	1.3810
@@ -50606,8 +50606,8 @@
   the markup.</p><!-- <html> --><p>An <code><a href="#the-html-element-0">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
   first thing inside the <code><a href="#the-html-element-0">html</a></code> element is not a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- </html> --><p>An <code><a href="#the-html-element-0">html</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="#the-html-element-0">html</a></code> element is not
-  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- <head> --><p>A <code><a href="#the-head-element-0">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted <!--if the
-  element is empty, or--> if the first thing inside the
+  immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- <head> --><p>A <code><a href="#the-head-element-0">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  element is empty, or if the first thing inside the
   <code><a href="#the-head-element-0">head</a></code> element is an element.</p><!-- </head> --><p>A <code><a href="#the-head-element-0">head</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="#the-head-element-0">head</a></code> element is not
   immediately followed by a <a href="#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="#the-body-element-0">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the

Received on Wednesday, 17 February 2010 21:30:11 UTC