html5/markup col.html,1.4,1.5 spec.html,1.18,1.19

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv15086

Modified Files:
	col.html spec.html 
Log Message:
h:tml; updated col@span description


Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- col.html	3 May 2009 15:59:40 -0000	1.4
+++ col.html	3 Jun 2009 12:42:41 -0000	1.5
@@ -37,10 +37,9 @@
             <dt><a class="attribute-name" id="col.attrs.span" title="col.attrs.span" href="col.html#col.attrs.span">span</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
     </span> </dt>
-            <dd>The element may have a <code>span</code> content
-        attribute specified, whose value must be a <a href=".html#valid">valid non-negative integer</a> greater than
-      zero.
-  </dd>
+            <dd>Specifies the number of columns &#8220;spanned&#8221; by its <a href="col.html#col">col</a> element; the <a href="col.html#col">col</a>
+        element shares its attributes with all the columns it
+        spans.</dd>
           
         </dl></div>
       

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- spec.html	3 Jun 2009 10:12:58 -0000	1.18
+++ spec.html	3 Jun 2009 12:42:47 -0000	1.19
@@ -3700,10 +3700,9 @@
 <a class="attribute-name" id="col.attrs.span" title="col.attrs.span" href="#col.attrs.span">span</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
     </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 &#8220;spanned&#8221; 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>

Received on Wednesday, 3 June 2009 12:42:55 UTC