Skip to content

Commit 1af009a

Browse files
committed
[css-grid-1] Add previous change to Changes section.
1 parent faf173c commit 1af009a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4633,6 +4633,17 @@ Acknowledgements</h2>
46334633
Rossen Atanassov, Alex Mogilevsky, Phil Cupp, and Peter Salas of Microsoft for creating the initial proposal.
46344634
Thanks also to Eliot Graff for editorial input.
46354635

4636+
<!--
4637+
██████ ██ ██ ███ ██ ██ ██████ ████████ ██████
4638+
██ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██
4639+
██ ██ ██ ██ ██ ████ ██ ██ ██ ██
4640+
██ █████████ ██ ██ ██ ██ ██ ██ ████ ██████ ██████
4641+
██ ██ ██ █████████ ██ ████ ██ ██ ██ ██
4642+
██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██
4643+
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
4644+
-->
4645+
4646+
46364647
<h2 class="no-num" id="changes">
46374648
Changes</h2>
46384649

@@ -5146,6 +5157,17 @@ Clarifications</h4>
51465157
e.g. when it is [=replaced element|replaced=]
51475158
or in a ''display: none'' subtree.</ins>
51485159
</blockquote>
5160+
5161+
<li id="change-2017-flexible-tracks">
5162+
Clarified antecedents for flexible tracks
5163+
in [[#algo-flex-tracks]].
5164+
5165+
<blockquote>
5166+
The used flex fraction is the maximum of:
5167+
5168+
* <ins>For each flexible track,</ins> if the track’s flex factor is greater than one, the result of dividing the track’s base size by its flex factor; otherwise, the track’s base size.
5169+
* <ins>For each grid item that crosses a flexible track,</ins> the result of finding the size of an fr using all the grid tracks that the item crosses and a space to fill of the item’s max-content contribution.
5170+
</blockquote>
51495171
</ul>
51505172

51515173
<h3 id="changes-2016">

0 commit comments

Comments
 (0)