- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 18:44:50 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify the <colgroup> content model's interaction with span=''. (whatwg r4726) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3773&r2=1.3774&f=h http://html5.org/tools/web-apps-tracker?from=4725&to=4726 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3773 retrieving revision 1.3774 diff -u -d -r1.3773 -r1.3774 --- Overview.html 14 Feb 2010 09:36:20 -0000 1.3773 +++ Overview.html 14 Feb 2010 09:44:39 -0000 1.3774 @@ -22684,7 +22684,8 @@ <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, and <code><a href="#the-tr-element">tr</a></code> elements.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-col-element">col</a></code> elements.</dd> + <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute is present: Empty.</dd> + <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute is absent: Zero or more <code><a href="#the-col-element">col</a></code> elements.</dd> <dt>Content attributes:</dt> <dd><a href="#global-attributes">Global attributes</a></dd> <dd><code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code></dd>
Received on Sunday, 14 February 2010 09:45:18 UTC