From da573d2689150c1163c24faed834c7d91fe52cda Mon Sep 17 00:00:00 2001 From: fantasai Date: Fri, 10 Jan 2025 19:34:48 -0500 Subject: [PATCH] [css-flexbox-1] Make rewrapping of flex column wrap for fragmentation optional. #6855 --- css-flexbox-1/Overview.bs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/css-flexbox-1/Overview.bs b/css-flexbox-1/Overview.bs index 53ba9043a3e..ea20525cbd3 100644 --- a/css-flexbox-1/Overview.bs +++ b/css-flexbox-1/Overview.bs @@ -3204,11 +3204,13 @@ Fragmenting Flex Layout and none of its flex items fit in the remaining space on the page, the entire fragment is moved to the next page. -
  • - When a multi-line column flex container breaks, - each fragment has its own "stack" of flex lines, +
  • + When breaking a multi-line column flex container, + the UA may organize each fragment into its own “stack” of flex lines-- just like each fragment of a multi-column container - has its own row of column boxes. + has its own row of column boxes-- + in order to ensure that content presented on earlier pages + corresponds to content earlier in the box order.
  • Aside from the rearrangement of items imposed by the previous point, @@ -3769,6 +3771,11 @@ Changes since the + Made the re-arrangement of [=flex items=] into independent + stacks of flex lines on each page optional. + (6855) +
  • Updated value syntax in property definition tables to use newer CSS bracketed range notation