Skip to content

Commit 961c177

Browse files
committed
Change multicol to simply have no effect, rather than computing to initial values.
1 parent 07d5d55 commit 961c177

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,7 @@ <h3 id=display-flexbox><span class=secno>2.1. </span> New values for
478478

479479
<ul>
480480
<li>all of the &lsquo;<code class=css>column-*</code>&rsquo; properties in
481-
the Multicol module compute to their initial values on a flexbox
482-
(&lsquo;<code class=property>break-before</code>&rsquo;, &lsquo;<code
483-
class=property>break-inside</code>&rsquo;, and &lsquo;<code
484-
class=property>break-after</code>&rsquo; are still valid on a flexbox).
481+
the Multicol module have no effect on a flexbox.
485482

486483
<li>&lsquo;<code class=property>float</code>&rsquo; and &lsquo;<code
487484
class=property>clear</code>&rsquo; have no effect on a flexbox item.

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3 id='display-flexbox'>
161161
<p>Flexboxes use a new layout algorithm, and so some properties that were designed with the assumption of block layout don't make sense in a flexbox context. In particular:</p>
162162

163163
<ul>
164-
<li>all of the 'column-*' properties in the Multicol module compute to their initial values on a flexbox ('break-before', 'break-inside', and 'break-after' are still valid on a flexbox).</li>
164+
<li>all of the 'column-*' properties in the Multicol module have no effect on a flexbox.</li>
165165

166166
<li>'float' and 'clear' have no effect on a flexbox item. Using 'float' on an element still causes that element's 'display' property to compute to ''block'', as normal, because that occurs before flexbox items are determined (the algorithm for wrapping children of a flexbox into <i>flexbox items</i> needs the computed value of 'display').</li>
167167

0 commit comments

Comments
 (0)