We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a4830 commit 75dbfa5Copy full SHA for 75dbfa5
1 file changed
css3-multicol/Overview.src.html
@@ -577,7 +577,7 @@ <h3 id='cw'>'column-width'</h3>
577
<td>visual
578
<tr>
579
<td><em>Computed value:</em>
580
- <td>the absolute length
+ <td>the absolute length, zero or larger
581
</table>
582
583
<p>This property describes the width of columns in multicol elements.
@@ -593,7 +593,7 @@ <h3 id='cw'>'column-width'</h3>
593
594
<dd>describes the optimal column width. The actual column width may be
595
wider (to fill the available space), or narrower (only if the
596
-available space is smaller than the specified column width). Values
+available space is smaller than the specified column width). Specified values
597
must be greater than 0.
598
599
</dl>
0 commit comments