Bugzilla – Bug 554
Disallow <footer> in <header> since that's probably indicative of an error, so validators should probably report it. (credit: ms)
Last modified: 2009-05-27 15:14:13 CEST
Index: source =================================================================== --- source (revision 3049) +++ source (revision 3050) @@ -13261,8 +13261,8 @@ <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>