Skip to content

Commit

Permalink
[css-grid-3][editorial] Updates for FPWD
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Sep 17, 2024
1 parent 64db295 commit 5efa2c4
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions css-grid-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
Title: CSS Grid Layout Module Level 3
Shortname: css-grid
Level: 3
Status: ED
Status: FPWD
Prepare for TR: yes
Date: 2024-09-19
Work Status: Exploring
Group: csswg
TR: https://www.w3.org/TR/css-grid-3/
ED: https://drafts.csswg.org/css-grid-3/
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
Editor: Mats Palmgren, Mozilla, mailto:[email protected]
Editor: Jen Simmons, Apple, http://jensimmons.com/
Editor: Brandon Stewart, Apple, https://brandonstewart.net
Former Editor: Mats Palmgren, Mozilla, mailto:[email protected]
Editor: Jen Simmons, Apple, http://jensimmons.com/, w3cid 52801
Editor: Brandon Stewart, Apple, https://brandonstewart.net, w3cid 138640
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.
WPT Path Prefix: css/css-grid/masonry/tentative/
WPT Display: open
Markup Shorthands: css yes
Status Text: <strong>This specification represents two variations on the proposal for masonry layout. Feedback on the alternatives is welcome.</strong>
</pre>
Expand All @@ -27,6 +31,11 @@ spec: css-grid-2; type: dfn;
text: auto-placement algorithm
text: computed track list
text: collapsed track
spec: css-flexbox-1;
type:property;
text: order
type:dfn;
text: order-modified document order
</pre>


Expand Down Expand Up @@ -1332,15 +1341,19 @@ Acknowledgements</h2>
<h2 id=security>
Security Considerations</h2>

<p>
As a layout specification,
this spec introduces no new security considerations
beyond taht exposed by CSS layout in general.
beyond that exposed by CSS layout in general.
</p>

<h2 id=privacy>
Privacy Considerations</h2>

<p>
As a layout specification,
this spec introduces no new privacy considerations
beyond that exposed by CSS layout in general.
</p>

<wpt-rest></wpt-rest>

0 comments on commit 5efa2c4

Please sign in to comment.