- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Feb 2011 13:54:38 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-multicol
In directory hutz:/tmp/cvs-serv29355
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-multicol/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html 8 Feb 2011 13:51:57 -0000 1.124
+++ Overview.html 8 Feb 2011 13:54:36 -0000 1.125
@@ -704,7 +704,7 @@
<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.
@@ -721,8 +721,8 @@
<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 must be greater
- than 0.
+ space is smaller than the specified column width). Specified values must
+ be greater than 0.
</dl>
<div class=example>
Received on Tuesday, 8 February 2011 13:54:40 UTC