We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dbfa5 commit b786866Copy full SHA for b786866
1 file changed
css3-multicol/Overview.html
@@ -704,7 +704,7 @@ <h3 id=cw><span class=secno>3.1. </span>‘<a
704
<tr>
705
<td><em>Computed value:</em>
706
707
- <td>the absolute length
+ <td>the absolute length, zero or larger
708
</table>
709
710
<p>This property describes the width of columns in multicol elements.
@@ -721,8 +721,8 @@ <h3 id=cw><span class=secno>3.1. </span>‘<a
721
722
<dd>describes the optimal column width. The actual column width may be
723
wider (to fill the available space), or narrower (only if the available
724
- space is smaller than the specified column width). Values must be greater
725
- than 0.
+ space is smaller than the specified column width). Specified values must
+ be greater than 0.
726
</dl>
727
728
<div class=example>
0 commit comments