File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments