Skip to content

Commit 75dbfa5

Browse files
committed
revised text on computed value of 'column-width'
1 parent a1a4830 commit 75dbfa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ <h3 id='cw'>'column-width'</h3>
577577
<td>visual
578578
<tr>
579579
<td><em>Computed&nbsp;value:</em>
580-
<td>the absolute length
580+
<td>the absolute length, zero or larger
581581
</table>
582582

583583
<p>This property describes the width of columns in multicol elements.
@@ -593,7 +593,7 @@ <h3 id='cw'>'column-width'</h3>
593593

594594
<dd>describes the optimal column width. The actual column width may be
595595
wider (to fill the available space), or narrower (only if the
596-
available space is smaller than the specified column width). Values
596+
available space is smaller than the specified column width). Specified values
597597
must be greater than 0.
598598

599599
</dl>

0 commit comments

Comments
 (0)