Skip to content

Commit 4322f09

Browse files
committed
[css-grid-3] Swap auto-areas fallback to auto-fit (it just didn't exist when i first defined this) #10854
1 parent baced94 commit 4322f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,14 +862,14 @@ repeat(auto-areas)</h3>
862862
the final repetition is truncated as necessary
863863
to produce the correct number of tracks.
864864

865-
Note: Unlike ''repeat()/auto-fill''--
865+
Note: Unlike ''repeat()/auto-fit''--
866866
which always repeats at least once and always repeats the track listing entirely--
867867
the number of repetitions for ''repeat()/auto-areas'' can be zero
868868
(if there are already enough explicit tracks),
869869
and the final repetition can be partial.
870870

871871
If 'grid-template-areas' / 'masonry-template-areas' is ''grid-template-areas/none'',
872-
this value behaves as ''auto-fill''.
872+
this value behaves as ''auto-fit''.
873873

874874
Note: This value applies both to regular [=grid containers=] and to [=masonry containers=].
875875

0 commit comments

Comments
 (0)