We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280a9a2 commit f5a4afbCopy full SHA for f5a4afb
css-grid-3/Overview.bs
@@ -1072,7 +1072,7 @@ Masonry Layout and Placement Algorithm</h3>
1072
find the largest [=running position=] of the [=grid axis=] tracks
1073
that the item would span if it were placed at this line,
1074
and call this position <var>max_pos</var>.
1075
- <li>Increment the line number and repeat step 2
+ <li>Repeat the previous step for each successive line number
1076
until the item would no longer fit inside the grid.
1077
<li>Let |possible lines| be the line that resulted in the smallest <var>max_pos</var>,
1078
and all lines that result in a <var>max_pos</var> within the [=tie threshold=] of this <var>max_pos</var>.
0 commit comments