Skip to content

Commit f5a4afb

Browse files
committed
[css-grid-3] Fix step number reference. w3c#9328
1 parent 280a9a2 commit f5a4afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ Masonry Layout and Placement Algorithm</h3>
10721072
find the largest [=running position=] of the [=grid axis=] tracks
10731073
that the item would span if it were placed at this line,
10741074
and call this position <var>max_pos</var>.
1075-
<li>Increment the line number and repeat step 2
1075+
<li>Repeat the previous step for each successive line number
10761076
until the item would no longer fit inside the grid.
10771077
<li>Let |possible lines| be the line that resulted in the smallest <var>max_pos</var>,
10781078
and all lines that result in a <var>max_pos</var> within the [=tie threshold=] of this <var>max_pos</var>.

0 commit comments

Comments
 (0)