Skip to content

Commit 8645894

Browse files
committed
[css-flexbox] No such thing as forced breaks between flex items, at least in the recommended fragmentation algo.
1 parent 2ef9a36 commit 8645894

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,8 +2871,7 @@ Intrinsic Sizes</h3>
28712871
This is the item's <var>max-content flex fraction</var>.
28722872

28732873
<li>
2874-
Place all <a>flex items</a> into lines of infinite length,
2875-
wrapping only as required by forced breaks.
2874+
Place all <a>flex items</a> into lines of infinite length.
28762875

28772876
<li>
28782877
Within each line,

css-flexbox/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,8 +2778,7 @@ <h3 class="heading settled" data-level=9.9 id=intrinsic-sizes><span class=secno>
27782778
This is the item’s <var>max-content flex fraction</var>.
27792779

27802780
<li>
2781-
Place all <a data-link-type=dfn href=#flex-item title="flex items">flex items</a> into lines of infinite length,
2782-
wrapping only as required by forced breaks.
2781+
Place all <a data-link-type=dfn href=#flex-item title="flex items">flex items</a> into lines of infinite length.
27832782

27842783
<li>
27852784
Within each line,

0 commit comments

Comments
 (0)