@@ -3204,11 +3204,13 @@ Fragmenting Flex Layout</h2>
3204
3204
and none of its flex items fit in the remaining space on the page,
3205
3205
the entire fragment is moved to the next page.
3206
3206
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--
3210
3210
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.
3212
3214
3213
3215
<li>
3214
3216
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/
3769
3771
to resolve where authors expected them to resolve.</ins>
3770
3772
</blockquote>
3771
3773
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
+
3772
3779
<li id="change-2018-bracket-range-notation">
3773
3780
Updated value syntax in property definition tables
3774
3781
to use newer <a>CSS bracketed range notation</a>
0 commit comments