Skip to content

Commit 5efa2c4

Browse files
committed
[css-grid-3][editorial] Updates for FPWD
1 parent 64db295 commit 5efa2c4

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

css-grid-3/Overview.bs

+18-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
Title: CSS Grid Layout Module Level 3
33
Shortname: css-grid
44
Level: 3
5-
Status: ED
5+
Status: FPWD
6+
Prepare for TR: yes
7+
Date: 2024-09-19
68
Work Status: Exploring
79
Group: csswg
10+
TR: https://www.w3.org/TR/css-grid-3/
811
ED: https://drafts.csswg.org/css-grid-3/
912
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
1013
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
11-
Editor: Mats Palmgren, Mozilla, mailto:mats@mozilla.com
12-
Editor: Jen Simmons, Apple, http://jensimmons.com/
13-
Editor: Brandon Stewart, Apple, https://brandonstewart.net
14+
Former Editor: Mats Palmgren, Mozilla, mailto:mats@mozilla.com
15+
Editor: Jen Simmons, Apple, http://jensimmons.com/, w3cid 52801
16+
Editor: Brandon Stewart, Apple, https://brandonstewart.net, w3cid 138640
1417
Abstract: This module introduces masonry layout as an additional layout mode for <a href="https://www.w3.org/TR/css-grid-2/">CSS Grid</a> containers.
1518
WPT Path Prefix: css/css-grid/masonry/tentative/
19+
WPT Display: open
1620
Markup Shorthands: css yes
1721
Status Text: <strong>This specification represents two variations on the proposal for masonry layout. Feedback on the alternatives is welcome.</strong>
1822
</pre>
@@ -27,6 +31,11 @@ spec: css-grid-2; type: dfn;
2731
text: auto-placement algorithm
2832
text: computed track list
2933
text: collapsed track
34+
spec: css-flexbox-1;
35+
type:property;
36+
text: order
37+
type:dfn;
38+
text: order-modified document order
3039
</pre>
3140

3241

@@ -1332,15 +1341,19 @@ Acknowledgements</h2>
13321341
<h2 id=security>
13331342
Security Considerations</h2>
13341343

1344+
<p>
13351345
As a layout specification,
13361346
this spec introduces no new security considerations
1337-
beyond taht exposed by CSS layout in general.
1347+
beyond that exposed by CSS layout in general.
1348+
</p>
13381349

13391350
<h2 id=privacy>
13401351
Privacy Considerations</h2>
13411352

1353+
<p>
13421354
As a layout specification,
13431355
this spec introduces no new privacy considerations
13441356
beyond that exposed by CSS layout in general.
1357+
</p>
13451358

13461359
<wpt-rest></wpt-rest>

0 commit comments

Comments
 (0)