Skip to content

Commit e000537

Browse files
committed
[css-flexbox] Rearrange metadata
1 parent c23cd2b commit e000537

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-flexbox/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<h1>CSS Flexible Box Layout Module Level 1</h1>
22

33
<pre class='metadata'>
4+
Shortname: css-flexbox
5+
Level: 1
46
Status: ED
57
ED: http://dev.w3.org/csswg/css-flexbox/
68
TR: http://www.w3.org/TR/css3-flexbox/
7-
Shortname: css-flexbox
8-
Level: 1
9+
Previous Version: http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/
10+
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/
11+
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/
12+
Previous Version: http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/
13+
Previous Version: http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/
14+
Previous Version: http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/
915
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.
1016
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1117
Editor: fantasai, Mozilla, http://fantasai.inkedblade.net/contact
@@ -17,12 +23,6 @@ <h1>CSS Flexible Box Layout Module Level 1</h1>
1723
Former Editor: David Hyatt, formerly of Netscape Corporation, hyatt@apple.com
1824
Test Suite: <a href="http://test.csswg.org/suites/css3-flexbox/nightly-unstable/">http://test.csswg.org/suites/css3-flexbox/nightly-unstable/</a>
1925
Issues List: Tracked in spec, and in <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Flexbox&resolution=---">Bugzilla</a>
20-
Previous Version: http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/
21-
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/
22-
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/
23-
Previous Version: http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/
24-
Previous Version: http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/
25-
Previous Version: http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/
2626
Ignored Terms: column-*, auto
2727
Link Defaults: css21 (property) margin/min-width/min-height/max-width/max-height, css-break-3 (property) break-after
2828
</pre>

0 commit comments

Comments
 (0)