Skip to content

Commit

Permalink
[css-grid-3] Swap auto-areas fallback to auto-fit (it just didn't exi…
Browse files Browse the repository at this point in the history
…st when i first defined this) #10854
  • Loading branch information
tabatkins committed Sep 27, 2024
1 parent baced94 commit 4322f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-grid-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -862,14 +862,14 @@ repeat(auto-areas)</h3>
the final repetition is truncated as necessary
to produce the correct number of tracks.

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

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

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

Expand Down

0 comments on commit 4322f09

Please sign in to comment.