-
Notifications
You must be signed in to change notification settings - Fork 661
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-grid-3][editorial] Updates for FPWD
- Loading branch information
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
||
|
||
|
@@ -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> |