@@ -2386,14 +2386,11 @@ Main Size Determination</h3>
23862386 starting from the first uncollected item,
23872387 collect consecutive items one by one
23882388 until the first time that the <em> next</em> collected item
2389- would not fit into the flex container's inner main size,
2390- or until a forced break is encountered.
2389+ would not fit into the flex container's inner main size
2390+ (or until a forced break is encountered,
2391+ see [[#pagination]] ).
23912392 If the very first uncollected item wouldn't fit,
23922393 collect just it into the line.
2393- A break is forced wherever
2394- the CSS2.1 'page-break-before' /'page-break-after' [[CSS21]]
2395- or the CSS3 'break-before' /'break-after' [[CSS3-BREAK]] properties
2396- specify a fragmentation break.
23972394
23982395 <p>
23992396 For this step,
@@ -3162,10 +3159,39 @@ Boris Zbarsky.
31623159
31633160<h2 class="no-num" id="changes">Changes</h2>
31643161
3162+ This section documents the changes since previous publications.
3163+
3164+ <h3 id="changes-201409">
3165+ Changes since the 25 September 2014 LCWD</h3>
3166+
3167+ A <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925">Disposition of Comments</a> is also available.
3168+
3169+ <h4 id="change-201409-substantive">
3170+ Substantive Changes and Bugfixes</h4>
3171+
3172+ <ul>
3173+ <li id="change-201409-algo-breaks">
3174+ Removed text that asserted forced breaking behavior,
3175+ replaced with reference to fragmentation section.
3176+ This resolves a conflict in the spec.
3177+ (Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925#issue-18">18</a> )
3178+
3179+ <blockquote>
3180+ <p> collect consecutive items one by one
3181+ until the first time that the next collected item would not fit into the flex container’s inner main size,
3182+ <ins> (</ins> or until a forced break is encountered<ins> , see [[#pagination]] )</ins> .
3183+ [...]
3184+ <del> A break is forced wherever the CSS2.1 'page-break-before' /'page-break-after' [[CSS21]]
3185+ or the CSS3 'break-before' /'break-after' [[CSS3-BREAK]] properties specify a fragmentation break.</del></p>
3186+ </blockquote>
3187+ </ul>
3188+
3189+ <h4 id="change-201409-clarify">
3190+ Clarifications</h4>
3191+
31653192<h3 id="changes-201403">
31663193Changes since the 25 March 2014 LCWD</h3>
31673194
3168- This section documents the changes since previous publications.
31693195 A <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325">Disposition of Comments</a> is also available.
31703196
31713197<h4 id="change-201403-substantive">
0 commit comments