csswg/css3-flexbox Overview.html,1.42,1.43 Overview.src.html,1.41,1.42

Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv28484

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Minor editorial edit from fantasai.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.html	24 Aug 2011 23:09:48 -0000	1.42
+++ Overview.html	24 Aug 2011 23:17:30 -0000	1.43
@@ -372,7 +372,7 @@
   </table>
 
   <p>You can declare that an element is a flexbox, and thus should use
-   flexbox layout, by setting the &lsquo;<code
+   flexbox layout for its contents, by setting the &lsquo;<code
    class=property>display</code>&rsquo; property on the element to the value
    &lsquo;<a href="#flexbox"><code class=property>flexbox</code></a>&rsquo;
    or &lsquo;<code class=property>inline-flexbox</code>&rsquo;.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Overview.src.html	24 Aug 2011 23:09:48 -0000	1.41
+++ Overview.src.html	24 Aug 2011 23:17:30 -0000	1.42
@@ -107,7 +107,7 @@
 			<td>flexbox | inline-flexbox
 	</table>
 
-	<p>You can declare that an element is a flexbox, and thus should use flexbox layout, by setting the 'display' property on the element to the value 'flexbox' or 'inline-flexbox'.</p>
+	<p>You can declare that an element is a flexbox, and thus should use flexbox layout for its contents, by setting the 'display' property on the element to the value 'flexbox' or 'inline-flexbox'.</p>
 
 	<p>The ''flexbox'' value makes the flexbox act like a block in other layout modes.  The ''inline-flexbox'' value makes the flexbox act like an inline-block in other layout modes.</p>
 

Received on Wednesday, 24 August 2011 23:17:37 UTC