@@ -3,7 +3,7 @@ Title: CSS Grid Layout Module Level 3
3
3
Shortname : css-grid
4
4
Level : 3
5
5
Status : ED
6
- Work Status : Exploring
6
+ Work Status : Revising
7
7
Group : csswg
8
8
TR : https://www.w3.org/TR/css-grid-3/
9
9
ED : https://drafts.csswg.org/css-grid-3/
@@ -1538,22 +1538,28 @@ Additions Since Level 2</h3>
1538
1538
Recent Changes</h3>
1539
1539
1540
1540
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> :
1542
1542
1543
1543
* Dropped the masonry-specific track template and placement properties.
1544
1544
(<a href="https://github.com/w3c/csswg-drafts/issues/11243">Issue 11243</a> )
1545
1545
* Introduced 'item-flow' and the 'item-*' longhands,
1546
1546
replacing <css> masonry-flow</css> and related properties.
1547
1547
(<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'
1549
1555
and gave it an initial value of ''item-tolerance/normal'' .
1550
1556
(<a href="https://github.com/w3c/csswg-drafts/issues/10884">Issue 10884</a> ,
1551
1557
<a href="https://github.com/w3c/csswg-drafts/issues/12111">Issue 12111</a> )
1552
1558
* Added a placeholder for a [=masonry layout=] 'display' value.
1553
1559
(<a href="https://github.com/w3c/csswg-drafts/issues/12022">Issue 12022</a> )
1554
1560
* Defined [[#masonry-dense-packing|dense packing]] for [=masonry layout=] .
1555
1561
(<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.
1557
1563
(<a href="https://github.com/w3c/csswg-drafts/issues/9530">Issue 9530</a> )
1558
1564
1559
1565
<wpt hidden>
0 commit comments