csswg/css3-flexbox Overview.html,1.77,1.78 Overview.src.html,1.77,1.78

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>&lt;&lsquo;<a href="#flex-direction"><code
-      class=property>flex-direction</code></a>&rsquo;> &lt;&lsquo;<a
-      href="#flex-wrap"><code class=property>flex-wrap</code></a>&rsquo;>?
+      class=property>flex-direction</code></a>&rsquo;> || &lt;&lsquo;<a
+      href="#flex-wrap"><code class=property>flex-wrap</code></a>&rsquo;>
 
     <tr>
      <th>Initial:
@@ -1815,7 +1815,7 @@
     <tr>
      <th><a class=property href="#flex-flow0">flex-flow</a>
 
-     <td>&lt;&lsquo;flex-direction&rsquo;> &lt;&lsquo;flex-wrap&rsquo;>?
+     <td>&lt;&lsquo;flex-direction&rsquo;> || &lt;&lsquo;flex-wrap&rsquo;>
 
      <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>&lt;'flex-direction'> &lt;'flex-wrap'>?
+			<td>&lt;'flex-direction'> || &lt;'flex-wrap'>
 		<tr>
 			<th>Initial:
 			<td>see individual properties

Received on Thursday, 8 December 2011 21:55:16 UTC