Skip to content

Commit b463f0c

Browse files
committed
[css-flexbox] Add link to multicol
1 parent 6189d34 commit b463f0c

2 files changed

Lines changed: 1323 additions & 1318 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
501501
and so some properties that were designed with the assumption of block layout don't apply in the context of flex layout.
502502
In particular:
503503

504-
* all of the 'column-*' properties in the Multicol module have no effect on a flex container.
504+
* the 'column-*' properties in the Multi-column Layout module [[!CSS3COL]] have no effect on a flex container.
505505
* 'float' and 'clear' have no effect on a <a>flex item</a>,
506506
and do not take it out-of-flow.
507507
However, the 'float' property can still affect box generation
@@ -3752,15 +3752,16 @@ Clarifications</h4>
37523752
Clarified that table anonymous box generation occurs
37533753
in place of computed value conversion for internal table elements.
37543754
<li id="clarify-2012-display-blockification">
3755-
Clarified interaction of flex item determination with 'display-inside' / 'display-outside'
3755+
Clarified interaction of flex item determination with <css>display-inside</css> / <css>display-outside</css>
37563756
(the new longhands of 'display' defined in the <a href="http://www.w3.org/TR/css-display/">CSS Display Module Level 3</a>).
37573757
<blockquote>
3758-
<ins><p>If the specified 'display-outside' of an in-flow child of an element that generates a <a>flex container</a>
3758+
<ins><p>If the specified <css>display-outside</css> of an in-flow child of an element that generates a <a>flex container</a>
37593759
is ''inline-level'',
37603760
it computes to ''block-level''.
37613761
(This effectively converts any inline 'display' values to their block equivalents.)</p>
37623762
</ins>
37633763
</blockquote>
3764+
Note: This change was <a href="#change-201409-display-longhands">reverted</a>.
37643765
<li id="clarify-2012-overflow-flex-containers">
37653766
Clarified that 'overflow' applies to flex containers.
37663767
<li id="clarify-2012-first-line-letter">

0 commit comments

Comments
 (0)