- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Apr 2009 23:43:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4082
Modified Files:
Overview.html
Log Message:
Disallow <footer> in <header> since that's probably indicative of an error, so validators should probably report it. (credit: ms) (whatwg r3050)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2209
retrieving revision 1.2210
diff -u -d -r1.2209 -r1.2210
--- Overview.html 30 Apr 2009 23:41:36 -0000 1.2209
+++ Overview.html 30 Apr 2009 23:43:11 -0000 1.2210
@@ -10977,8 +10977,8 @@
<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>
Received on Thursday, 30 April 2009 23:43:23 UTC