- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Aug 2009 09:15:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32541
Modified Files:
Overview.html
Log Message:
Disallow <td> inside <thead>. (whatwg r3518)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2715
retrieving revision 1.2716
diff -u -d -r1.2715 -r1.2716
--- Overview.html 1 Aug 2009 08:04:36 -0000 1.2715
+++ Overview.html 1 Aug 2009 09:15:15 -0000 1.2716
@@ -24065,7 +24065,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>
@@ -54117,8 +54118,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>
Received on Saturday, 1 August 2009 09:15:28 UTC