- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Sep 2011 22:33:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv18930
Modified Files:
Overview.html Overview.src.html
Log Message:
'flexbox-flow'? What?
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.html 16 Sep 2011 22:26:59 -0000 1.64
+++ Overview.html 16 Sep 2011 22:33:01 -0000 1.65
@@ -575,19 +575,19 @@
<td>visual
</table>
- <p>The ‘<code class=property>flexbox-flow</code>’ property
- specifies how <a href="#flexbox-item"><i>flexbox items</i></a> are placed
- in the flexbox. The value consists of one or two keywords: the first sets
- the orientation and direction of the flexbox's <a
- href="#main-axis"><i>main axis</i></a>, which affects the direction that
- flexbox items are laid out in, and the meaning of the ‘<a
- href="#flex-pack0"><code class=property>flex-pack</code></a>’
- properties; the second, if specified, marks the flexbox as being multiline
- and sets the direction of the <a href="#cross-axis"><i>cross axis</i></a>,
- which affects the direction new lines are stacked in, and the meaning of
- the ‘<a href="#flex-align0"><code
- class=property>flex-align</code></a>’ and ‘<a
- href="#flex-line-pack0"><code
+ <p>The ‘<a href="#flex-flow0"><code
+ class=property>flex-flow</code></a>’ property specifies how <a
+ href="#flexbox-item"><i>flexbox items</i></a> are placed in the flexbox.
+ The value consists of one or two keywords: the first sets the orientation
+ and direction of the flexbox's <a href="#main-axis"><i>main axis</i></a>,
+ which affects the direction that flexbox items are laid out in, and the
+ meaning of the ‘<a href="#flex-pack0"><code
+ class=property>flex-pack</code></a>’ properties; the second, if
+ specified, marks the flexbox as being multiline and sets the direction of
+ the <a href="#cross-axis"><i>cross axis</i></a>, which affects the
+ direction new lines are stacked in, and the meaning of the ‘<a
+ href="#flex-align0"><code class=property>flex-align</code></a>’ and
+ ‘<a href="#flex-line-pack0"><code
class=property>flex-line-pack</code></a>’ properties.
<dl>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.src.html 16 Sep 2011 22:31:48 -0000 1.64
+++ Overview.src.html 16 Sep 2011 22:33:01 -0000 1.65
@@ -225,7 +225,7 @@
<td>visual
</table>
- <p>The 'flexbox-flow' property specifies how <i>flexbox items</i> are placed in the flexbox. The value consists of one or two keywords: the first sets the orientation and direction of the flexbox's <i>main axis</i>, which affects the direction that flexbox items are laid out in, and the meaning of the 'flex-pack' properties; the second, if specified, marks the flexbox as being multiline and sets the direction of the <i>cross axis</i>, which affects the direction new lines are stacked in, and the meaning of the 'flex-align' and 'flex-line-pack' properties.</p>
+ <p>The 'flex-flow' property specifies how <i>flexbox items</i> are placed in the flexbox. The value consists of one or two keywords: the first sets the orientation and direction of the flexbox's <i>main axis</i>, which affects the direction that flexbox items are laid out in, and the meaning of the 'flex-pack' properties; the second, if specified, marks the flexbox as being multiline and sets the direction of the <i>cross axis</i>, which affects the direction new lines are stacked in, and the meaning of the 'flex-align' and 'flex-line-pack' properties.</p>
<dl>
<dt><dfn id='flex-flow-row'>row</dfn></dt>
Received on Friday, 16 September 2011 22:33:05 UTC