- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 22:56:31 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv17781 Modified Files: Overview.html Overview.src.html Log Message: Delete a stray paragraph I forgot to dispose of after I rewrote its content into other paragraphs. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Overview.html 5 Jan 2012 22:52:32 -0000 1.85 +++ Overview.html 5 Jan 2012 22:56:29 -0000 1.86 @@ -687,19 +687,6 @@ in, and the meaning of the ‘<a href="#flex-pack0"><code class=property>flex-pack</code></a>’ property. - <p> 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 <a - href="#multi-line0"><i>multi-line</i></a> 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> <dt><dfn id=flex-flow-row>row</dfn> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Overview.src.html 5 Jan 2012 22:52:32 -0000 1.85 +++ Overview.src.html 5 Jan 2012 22:56:29 -0000 1.86 @@ -284,8 +284,6 @@ <p>The 'flex-direction' property specifies how <i>flexbox items</i> are placed in the flexbox, by setting the direction of the flexbox's <i>main axis</i>. This affects the direction that flexbox items are laid out in, and the meaning of the 'flex-pack' property.</p> - 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 <i>multi-line</i> 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> <dd>The flexbox's <i>main axis</i> has the same orientation as the inline axis of the current writing mode (the direction that text is laid out in). The <i>main-start</i> and <i>main-end</i> directions are equivalent to the "start" and "end" directions, respectively, of the current writing mode.</dd>
Received on Thursday, 5 January 2012 22:56:32 UTC