Skip to content

Commit

Permalink
[a] (0) Allow <head> tag to be omitted when the <head> element is emp…
Browse files Browse the repository at this point in the history
…ty, now that it can be.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6630

git-svn-id: http://svn.whatwg.org/webapps@4762 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2010
1 parent 96e3d38 commit 64dbd86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -70761,8 +70761,8 @@ <h5 id=optional-tags><span class=secno>12.1.2.4 </span>Optional tags</h5>
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> -->
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -65070,8 +65070,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
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> -->
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80750,8 +80750,8 @@ interface <dfn>SQLTransactionSync</dfn> {

<!-- <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> -->
Expand Down

0 comments on commit 64dbd86

Please sign in to comment.