html5/spec Overview.html,1.2210,1.2211

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5895

Modified Files:
	Overview.html 
Log Message:
Don't allow <header> in <address> or <footer>. (whatwg r3051)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2210
retrieving revision 1.2211
diff -u -d -r1.2210 -r1.2211
--- Overview.html	30 Apr 2009 23:43:11 -0000	1.2210
+++ Overview.html	30 Apr 2009 23:56:57 -0000	1.2211
@@ -11061,7 +11061,8 @@
    <dt>Content model:</dt>
    <dd><a href="#flow-content-0">Flow content</a>, but with no <a href="#heading-content-0">heading
    content</a> descendants, no <a href="#sectioning-content-0">sectioning content</a>
-   descendants, and no <code><a href="#the-footer-element">footer</a></code> element descendants.</dd>
+   descendants, and 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>
@@ -11105,7 +11106,7 @@
    <dt>Content model:</dt>
    <dd><a href="#flow-content-0">Flow content</a>, but with no <a href="#heading-content-0">heading
    content</a> descendants, no <a href="#sectioning-content-0">sectioning content</a>
-   descendants, no <code><a href="#the-footer-element">footer</a></code> element descendants, and no
+   descendants, and no <code><a href="#the-header-element">header</a></code>, <code><a href="#the-footer-element">footer</a></code>, or
    <code><a href="#the-address-element">address</a></code> element descendants.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="#global-attributes">Global attributes</a></dd>

Received on Thursday, 30 April 2009 23:57:10 UTC