Skip to content

Commit c755b95

Browse files
committed
[css-flexbox-1][editorial] Prepare for CRD
1 parent 61a4f4e commit c755b95

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

css-flexbox-1/Overview.bs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@
22
Title: CSS Flexible Box Layout Module Level 1
33
Shortname: css-flexbox
44
Level: 1
5-
Status: ED
5+
Status: CRD
6+
Date: 2025-10-09
7+
Prepare for TR: yes
68
Work Status: Testing
79
Group: csswg
810
ED: https://drafts.csswg.org/css-flexbox/
911
TR: https://www.w3.org/TR/css-flexbox-1/
10-
Previous Version: https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
11-
Previous Version: https://www.w3.org/TR/2018/CR-css-flexbox-1-20181108/
12-
Previous Version: https://www.w3.org/TR/2017/CR-css-flexbox-1-20171019/
13-
Previous Version: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160526/
14-
Previous Version: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160301/
15-
Previous Version: https://www.w3.org/TR/2015/WD-css-flexbox-1-20150514/
16-
Previous Version: https://www.w3.org/TR/2014/WD-css-flexbox-1-20140925/
17-
Previous Version: https://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/
18-
Previous Version: https://www.w3.org/TR/2012/CR-css3-flexbox-20120918/
19-
Previous Version: https://www.w3.org/TR/2012/WD-css3-flexbox-20120612/
20-
Previous Version: https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/
21-
Previous Version: https://www.w3.org/TR/2011/WD-css3-flexbox-20111129/
22-
Previous Version: https://www.w3.org/TR/2011/WD-css3-flexbox-20110322/
23-
Previous Version: https://www.w3.org/TR/2009/WD-css3-flexbox-20090723/
2412
Abstract: The specification describes a CSS box model optimized for user interface design. In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.
2513
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
2614
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
@@ -34,6 +22,7 @@ Former Editor: David Hyatt, formerly of Netscape Corporation, hyatt@apple.com
3422
Ignored Terms: auto, first formatted line, first letter
3523
Ignored Vars: item’s own max-content, maximum min-content among all items
3624
WPT Path Prefix: css/css-flexbox/
25+
WPT Display: open
3726
</pre>
3827

3928
<pre class='link-defaults'>

0 commit comments

Comments
 (0)