- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 21:55:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv21934 Modified Files: Overview.html Overview.src.html Log Message: Make flex-flow take its values in any order, with either optional. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- Overview.html 8 Dec 2011 00:45:23 -0000 1.77 +++ Overview.html 8 Dec 2011 21:55:12 -0000 1.78 @@ -646,8 +646,8 @@ <th>Values: <td><‘<a href="#flex-direction"><code - class=property>flex-direction</code></a>’> <‘<a - href="#flex-wrap"><code class=property>flex-wrap</code></a>’>? + class=property>flex-direction</code></a>’> || <‘<a + href="#flex-wrap"><code class=property>flex-wrap</code></a>’> <tr> <th>Initial: @@ -1815,7 +1815,7 @@ <tr> <th><a class=property href="#flex-flow0">flex-flow</a> - <td><‘flex-direction’> <‘flex-wrap’>? + <td><‘flex-direction’> || <‘flex-wrap’> <td>see individual properties Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- Overview.src.html 8 Dec 2011 00:45:24 -0000 1.77 +++ Overview.src.html 8 Dec 2011 21:55:12 -0000 1.78 @@ -264,7 +264,7 @@ <td><dfn>flex-flow</dfn> <tr> <th>Values: - <td><'flex-direction'> <'flex-wrap'>? + <td><'flex-direction'> || <'flex-wrap'> <tr> <th>Initial: <td>see individual properties
Received on Thursday, 8 December 2011 21:55:16 UTC