- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Feb 2011 13:54:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-multicol
In directory hutz:/tmp/cvs-serv29312
Modified Files:
Overview.src.html
Log Message:
revised text on computed value of 'column-width'
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-multicol/Overview.src.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Overview.src.html 8 Feb 2011 13:51:50 -0000 1.126
+++ Overview.src.html 8 Feb 2011 13:54:30 -0000 1.127
@@ -577,7 +577,7 @@
<td>visual
<tr>
<td><em>Computed value:</em>
- <td>the absolute length
+ <td>the absolute length, zero or larger
</table>
<p>This property describes the width of columns in multicol elements.
@@ -593,7 +593,7 @@
<dd>describes the optimal column width. The actual column width may be
wider (to fill the available space), or narrower (only if the
-available space is smaller than the specified column width). Values
+available space is smaller than the specified column width). Specified values
must be greater than 0.
</dl>
Received on Tuesday, 8 February 2011 13:54:33 UTC