[html5] r3050 - [ac] (0) Disallow <footer> in <header> since that's probably indicative of an er [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 30 16:43:08 PDT 2009


Author: ianh
Date: 2009-04-30 16:43:07 -0700 (Thu, 30 Apr 2009)
New Revision: 3050

Modified:
   index
   source
Log:
[ac] (0) Disallow <footer> in <header> since that's probably indicative of an error, so validators should probably report it. (credit: ms)

Modified: index
===================================================================
--- index	2009-04-30 23:41:32 UTC (rev 3049)
+++ index	2009-04-30 23:43:07 UTC (rev 3050)
@@ -12412,8 +12412,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>

Modified: source
===================================================================
--- source	2009-04-30 23:41:32 UTC (rev 3049)
+++ source	2009-04-30 23:43:07 UTC (rev 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>




More information about the Commit-Watchers mailing list