- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 18:15:36 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Disallow <td> inside <thead>. (whatwg r3518) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2715&r2=1.2716&f=h http://html5.org/tools/web-apps-tracker?from=3517&to=3518 =================================================================== 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:16:11 UTC