Skip to content

Commit

Permalink
[ac] (0) Disallow <footer> in <header> since that's probably indicati…
Browse files Browse the repository at this point in the history
…ve of an error, so validators should probably report it. (credit: ms)

git-svn-id: http://svn.whatwg.org/webapps@3050 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 30, 2009
1 parent 4081e3c commit 869cb64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -12412,8 +12412,8 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#flow-content-0>Flow content</a>, but with no <code><a href=#the-header-element>header</a></code>
element descendants.</dd>
<dd><a href=#flow-content-0>Flow content</a>, but with no <code><a href=#the-header-element>header</a></code> or
<code><a href=#the-footer-element>footer</a></code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt>DOM interface:</dt>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -13261,8 +13261,8 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>flow content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Flow content</span>, but with no <code>header</code>
element descendants.</dd>
<dd><span>Flow content</span>, but with no <code>header</code> or
<code>footer</code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dt>DOM interface:</dt>
Expand Down

0 comments on commit 869cb64

Please sign in to comment.