@@ -3,7 +3,7 @@ Title: CSS Grid Layout Module Level 3
33Shortname : css-grid
44Level : 3
55Status : ED
6- Work Status : Exploring
6+ Work Status : Revising
77Group : csswg
88TR : https://www.w3.org/TR/css-grid-3/
99ED : https://drafts.csswg.org/css-grid-3/
@@ -1538,22 +1538,28 @@ Additions Since Level 2</h3>
15381538Recent Changes</h3>
15391539
15401540 The following changes have been made since the
1541- <a href='https://www.w3.org/TR/2024/WD-css-grid-3-20241003/'>3 October Working Draft</a> :
1541+ <a href='https://www.w3.org/TR/2024/WD-css-grid-3-20241003/'>3 October 2024 Working Draft</a> :
15421542
15431543 * Dropped the masonry-specific track template and placement properties.
15441544 (<a href="https://github.com/w3c/csswg-drafts/issues/11243">Issue 11243</a> )
15451545 * Introduced 'item-flow' and the 'item-*' longhands,
15461546 replacing <css> masonry-flow</css> and related properties.
15471547 (<a href="https://github.com/w3c/csswg-drafts/issues/11480">Issue 11480</a> )
1548- * Renamed <css> masonry-slack</css> to 'item-tolerance'
1548+ * Renamed <css> masonry-slack</css> to <css> item-slack</css>
1549+
1550+ The following changes have been made since the
1551+ <a href='https://www.w3.org/TR/2025/WD-css-grid-3-20250207/
1552+ '>7 February 2025 Working Draft</a> :
1553+
1554+ * Renamed <css> item-slack</css> to 'item-tolerance'
15491555 and gave it an initial value of ''item-tolerance/normal'' .
15501556 (<a href="https://github.com/w3c/csswg-drafts/issues/10884">Issue 10884</a> ,
15511557 <a href="https://github.com/w3c/csswg-drafts/issues/12111">Issue 12111</a> )
15521558 * Added a placeholder for a [=masonry layout=] 'display' value.
15531559 (<a href="https://github.com/w3c/csswg-drafts/issues/12022">Issue 12022</a> )
15541560 * Defined [[#masonry-dense-packing|dense packing]] for [=masonry layout=] .
15551561 (<a href="https://github.com/w3c/csswg-drafts/issues/9326">Issue 9326</a> )
1556- * Tweak baseline alignment to export the highest/lowest among the first/last items of every track.
1562+ * Tweaked baseline alignment to export the highest/lowest among the first/last items of every track.
15571563 (<a href="https://github.com/w3c/csswg-drafts/issues/9530">Issue 9530</a> )
15581564
15591565<wpt hidden>
0 commit comments