[html5] r3051 - [ac] (0) Don't allow <header> in <address> or <footer>.

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 30 16:56:54 PDT 2009


Author: ianh
Date: 2009-04-30 16:56:53 -0700 (Thu, 30 Apr 2009)
New Revision: 3051

Modified:
   index
   source
Log:
[ac] (0) Don't allow <header> in <address> or <footer>.

Modified: index
===================================================================
--- index	2009-04-30 23:43:07 UTC (rev 3050)
+++ index	2009-04-30 23:56:53 UTC (rev 3051)
@@ -12509,7 +12509,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>
@@ -12566,7 +12567,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>

Modified: source
===================================================================
--- source	2009-04-30 23:43:07 UTC (rev 3050)
+++ source	2009-04-30 23:56:53 UTC (rev 3051)
@@ -13361,7 +13361,8 @@
    <dt>Content model:</dt>
    <dd><span>Flow content</span>, but with no <span>heading
    content</span> descendants, no <span>sectioning content</span>
-   descendants, and no <code>footer</code> element descendants.</dd>
+   descendants, and 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>
@@ -13421,7 +13422,7 @@
    <dt>Content model:</dt>
    <dd><span>Flow content</span>, but with no <span>heading
    content</span> descendants, no <span>sectioning content</span>
-   descendants, no <code>footer</code> element descendants, and no
+   descendants, and no <code>header</code>, <code>footer</code>, or
    <code>address</code> element descendants.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>




More information about the Commit-Watchers mailing list