Skip to content

Commit f462385

Browse files
committed
[css-multicol-2] add missing brackets
1 parent fd5327d commit f462385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-multicol-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ The number and size of columns</h2>
686686
</ul>
687687

688688
A third property, 'columns',
689-
is a shorthand property which sets both 'column-width' and 'column-count'.
689+
is a shorthand property which sets 'column-width' and 'column-count', and 'column-height'.
690690

691691
Other factors, such as explicit column breaks, content, and height constraints,
692692
may influence the actual number and width of columns.
@@ -965,7 +965,7 @@ The number and size of columns</h2>
965965

966966
<pre class="propdef shorthand">
967967
Name: columns
968-
Value: <<'column-width'>> || <<'column-count'>> [ / <<'column-height'>> ]?
968+
Value: [ <<'column-width'>> || <<'column-count'>> ] [ / <<'column-height'>> ]?
969969
</pre>
970970

971971
This is a shorthand property for setting 'column-width', 'column-count',

0 commit comments

Comments
 (0)