html5/spec Overview.html,1.3773,1.3774

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23291

Modified Files:
	Overview.html 
Log Message:
Clarify the <colgroup> content model's interaction with span=''. (whatwg r4726)

Index: Overview.html
===================================================================
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:44:44 UTC