- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jun 2009 12:42:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv15086/elements
Modified Files:
col.html
Log Message:
h:tml; updated col@span description
Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/elements/col.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- col.html 4 Mar 2009 08:13:58 -0000 1.3
+++ col.html 3 Jun 2009 12:42:47 -0000 1.4
@@ -9,11 +9,10 @@
<div id="attributes">
<dl>
<dt id="col.attrs.span">span</dt>
- <dd>The element may have a <code>span</code> content
- attribute specified, whose value must be a <a
- href="#valid">valid non-negative integer</a> greater than
- zero.
- </dd>
+ <dd>Specifies the number of columns “spanned” by its <a
+ href="#col">col</a> element; the <a href="#col">col</a>
+ element shares its attributes with all the columns it
+ spans.</dd>
</dl>
</div>
</div>
Received on Wednesday, 3 June 2009 12:42:56 UTC