[html5] r3518 - [ac] (0) Disallow <td> inside <thead>.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 1 02:15:10 PDT 2009


Author: ianh
Date: 2009-08-01 02:15:09 -0700 (Sat, 01 Aug 2009)
New Revision: 3518

Modified:
   index
   source
Log:
[ac] (0) Disallow <td> inside <thead>.

Modified: index
===================================================================
--- index	2009-08-01 08:04:31 UTC (rev 3517)
+++ index	2009-08-01 09:15:09 UTC (rev 3518)
@@ -27213,7 +27213,8 @@
    elements, but only if there are no <code><a href=#the-tbody-element>tbody</a></code> elements that
    are children of the <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
-   <dd>Zero or more <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> elements</dd>
+   <dd>When the parent node is a <code><a href=#the-thead-element>thead</a></code> element: Zero or more <code><a href=#the-th-element>th</a></code> elements</dd>
+   <dd>Otherwise: Zero or more <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> elements</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
@@ -60277,8 +60278,9 @@
    <dd>When the <a href=#content-model-flag>content model flag</a> is set to one of the
    PCDATA or RCDATA states and the <a href=#escape-flag>escape flag</a> is
    false: switch to the <a href=#character-reference-data-state>character reference data
-   state</a>.</dd> <dd>Otherwise: treat it as per the "anything
-   else" entry below.</dd>
+   state</a>.</dd>
+   <dd>Otherwise: treat it as per the "anything else" entry
+   below.</dd>
 
    <dt>U+002D HYPHEN-MINUS (-)</dt>
    <dd>

Modified: source
===================================================================
--- source	2009-08-01 08:04:31 UTC (rev 3517)
+++ source	2009-08-01 09:15:09 UTC (rev 3518)
@@ -29963,7 +29963,8 @@
    elements, but only if there are no <code>tbody</code> elements that
    are children of the <code>table</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>Zero or more <code>td</code> or <code>th</code> elements</dd>
+   <dd>When the parent node is a <code>thead</code> element: Zero or more <code>th</code> elements</dd>
+   <dd>Otherwise: Zero or more <code>td</code> or <code>th</code> elements</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
@@ -74217,8 +74218,9 @@
    <dd>When the <span>content model flag</span> is set to one of the
    PCDATA or RCDATA states and the <span>escape flag</span> is
    false: switch to the <span>character reference data
-   state</span>.</dd> <dd>Otherwise: treat it as per the "anything
-   else" entry below.</dd>
+   state</span>.</dd>
+   <dd>Otherwise: treat it as per the "anything else" entry
+   below.</dd>
 
    <dt>U+002D HYPHEN-MINUS (-)</dt>
    <dd>




More information about the Commit-Watchers mailing list