[html5] r4762 - [a] (0) Allow <head> tag to be omitted when the <head> element is empty, now tha [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 17 13:30:02 PST 2010
Author: ianh
Date: 2010-02-17 13:30:00 -0800 (Wed, 17 Feb 2010)
New Revision: 4762
Modified:
complete.html
index
source
Log:
[a] (0) Allow <head> tag to be omitted when the <head> element is empty, now that it can be.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6630
Modified: complete.html
===================================================================
--- complete.html 2010-02-17 21:28:29 UTC (rev 4761)
+++ complete.html 2010-02-17 21:30:00 UTC (rev 4762)
@@ -70761,8 +70761,8 @@
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
+ <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> -->
Modified: index
===================================================================
--- index 2010-02-17 21:28:29 UTC (rev 4761)
+++ index 2010-02-17 21:30:00 UTC (rev 4762)
@@ -65070,8 +65070,8 @@
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
+ <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> -->
Modified: source
===================================================================
--- source 2010-02-17 21:28:29 UTC (rev 4761)
+++ source 2010-02-17 21:30:00 UTC (rev 4762)
@@ -80750,8 +80750,8 @@
<!-- <head> -->
<p>A <code>head</code> element's <span
- title="syntax-start-tag">start tag</span> may be omitted <!--if the
- element is empty, or--> if the first thing inside the
+ title="syntax-start-tag">start tag</span> may be omitted if the
+ element is empty, or if the first thing inside the
<code>head</code> element is an element.</p>
<!-- </head> -->
More information about the Commit-Watchers
mailing list