NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 554 - Disallow <footer> in <header> since that's probably indicative of an error, so validators should probably report it. (credit: ms)
Disallow <footer> in <header> since that's probably indicative of an error, s...
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:30 CEST by Henri Sivonen
Modified: 2009-05-27 15:14 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:30:41 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>