From 4322f0956b6b8c23c5368896928ad49211fe5dea Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Fri, 27 Sep 2024 11:09:14 -0700 Subject: [PATCH] [css-grid-3] Swap auto-areas fallback to auto-fit (it just didn't exist when i first defined this) #10854 --- css-grid-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-grid-3/Overview.bs b/css-grid-3/Overview.bs index ec6f66df1fe6..399e9eb08fb3 100644 --- a/css-grid-3/Overview.bs +++ b/css-grid-3/Overview.bs @@ -862,14 +862,14 @@ repeat(auto-areas) 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=].