- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Sep 2011 22:31:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv18892 Modified Files: Overview.src.html Log Message: Just adjusting the propdef table markup. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- Overview.src.html 16 Sep 2011 22:26:59 -0000 1.63 +++ Overview.src.html 16 Sep 2011 22:31:48 -0000 1.64 @@ -202,34 +202,27 @@ Flexbox Flow Direction: the 'flex-flow' property</h3> <table class=propdef> - <tbody> - <tr> - <th>Name:</th> - <td><dfn>flex-flow</dfn></td> - <tr> - <th>Values: - <td>[ row | row-reverse | column | column-reverse ] [ wrap | wrap-reverse ]?</td> - <tr> - <th>Initial: - <td>row</td> - </tr> - <tr> - <th>Applies To: - <td>flexboxes</td> - </tr> - <tr> - <th>Inherited: - <td>no</td> - </tr> - <tr> - <th>Computed Value: - <td>specified value</td> - </tr> - <tr> - <th>Media: - <td>visual</td> - </tr> - </tbody> + <tr> + <th>Name:</th> + <td><dfn>flex-flow</dfn> + <tr> + <th>Values: + <td>[ row | row-reverse | column | column-reverse ] [ wrap | wrap-reverse ]? + <tr> + <th>Initial: + <td>row + <tr> + <th>Applies To: + <td>flexboxes + <tr> + <th>Inherited: + <td>no + <tr> + <th>Computed Value: + <td>specified value + <tr> + <th>Media: + <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>
Received on Friday, 16 September 2011 22:31:51 UTC