Skip to content

Commit da573d2

Browse files
committed
[css-flexbox-1] Make rewrapping of flex column wrap for fragmentation optional. #6855
1 parent 5e0bf09 commit da573d2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

css-flexbox-1/Overview.bs

+11-4
Original file line numberDiff line numberDiff line change
@@ -3204,11 +3204,13 @@ Fragmenting Flex Layout</h2>
32043204
and none of its flex items fit in the remaining space on the page,
32053205
the entire fragment is moved to the next page.
32063206

3207-
<li>
3208-
When a <a>multi-line</a> column flex container breaks,
3209-
each fragment has its own "stack" of flex lines,
3207+
<li>
3208+
When breaking a <a>multi-line</a> column flex container,
3209+
the UA may organize each fragment into its own stack of flex lines--
32103210
just like each fragment of a multi-column container
3211-
has its own row of column boxes.
3211+
has its own row of column boxes--
3212+
in order to ensure that content presented on earlier pages
3213+
corresponds to content earlier in the box order.
32123214

32133215
<li>
32143216
Aside from the rearrangement of items imposed by the previous point,
@@ -3769,6 +3771,11 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37693771
to resolve where authors expected them to resolve.</ins>
37703772
</blockquote>
37713773

3774+
<li id="change-2018-flex-column-wrap-fragmentation">
3775+
Made the re-arrangement of [=flex items=] into independent
3776+
stacks of flex lines on each page optional.
3777+
(<a href="https://github.com/w3c/csswg-drafts/issues/6855">6855</a>)
3778+
37723779
<li id="change-2018-bracket-range-notation">
37733780
Updated value syntax in property definition tables
37743781
to use newer <a>CSS bracketed range notation</a>

0 commit comments

Comments
 (0)