- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 06:30:17 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow <head> tag to be omitted when the <head> element is empty, now that it can be. (whatwg r4762) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3809&r2=1.3810&f=h http://html5.org/tools/web-apps-tracker?from=4761&to=4762 =================================================================== 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:45 UTC