Skip to content

Commit fb7b971

Browse files
committed
[css-multicol-2] Editorial improvement
1 parent fb5afa0 commit fb7b971

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
@@ -180,10 +180,10 @@ Spanning columns</h2>
180180
The number of columns spanned by the element
181181
depends on its <a>min-content</a> <a>outer size</a>
182182
in the inline direction of the <a>multi-column element</a>.
183-
If it is smaller than the column width,
183+
If it is smaller than the used value of 'column-width',
184184
this is the same as if ''column-span: none'' had been specified.
185185
Otherwise, the number of columns spanned is the smallest positive integer <var>n</var>
186-
for which <code><var>n</var> × <var>column width</var> + (<var>n</var> - 1) × <var>column gap</var></code>
186+
for which <code><var>n</var> × <var>'column-width'</var> + (<var>n</var> - 1) × <var>'column-gap'</var></code>
187187
is larger than the <a>min-content</a> <a>outer size</a>.
188188
If this would be larger than the number of columns,
189189
the number of columns spanned will be the same as if ''column-span: all'' had been specified.

0 commit comments

Comments
 (0)