File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ Spanning columns</h2>
180
180
The number of columns spanned by the element
181
181
depends on its <a>min-content</a> <a>outer size</a>
182
182
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' ,
184
184
this is the same as if ''column-span: none'' had been specified.
185
185
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>
187
187
is larger than the <a>min-content</a> <a>outer size</a> .
188
188
If this would be larger than the number of columns,
189
189
the number of columns spanned will be the same as if ''column-span: all'' had been specified.
You can’t perform that action at this time.
0 commit comments