Skip to content

Commit facab5a

Browse files
committed
[css-grid-1] Fix mixed up before/after for assigning track sizes to implicit tracks. w3c#1356 (Reverts 773d313 which mixed this up further and applies correct correction.)
1 parent 5a2a437 commit facab5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,9 +2111,9 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
21112111

21122112
If multiple track sizes are given, the pattern is repeated as necessary
21132113
to find the size of the implicit tracks.
2114-
The first <a>implicit grid track</a> before the <a>explicit grid</a>
2114+
The first <a>implicit grid track</a> after the <a>explicit grid</a>
21152115
receives the first specified size, and so on forwards;
2116-
and the last <a>implicit grid track</a> after the <a>explicit grid</a>
2116+
and the last <a>implicit grid track</a> before the <a>explicit grid</a>
21172117
receives the last specified size, and so on backwards.
21182118

21192119
<div class="example">

0 commit comments

Comments
 (0)