Skip to content

Commit

Permalink
[ac] (0) Disallow <td> inside <thead>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3518 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 1, 2009
1 parent 7779d99 commit 79fd95a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -27213,7 +27213,8 @@ the cell that corresponds to the values of the two dice.
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>
Expand Down Expand Up @@ -60277,8 +60278,9 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -29963,7 +29963,8 @@ the cell that corresponds to the values of the two dice.
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>
Expand Down Expand Up @@ -74217,8 +74218,9 @@ interface <dfn>MessagePort</dfn> {
<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>
Expand Down

0 comments on commit 79fd95a

Please sign in to comment.