- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Aug 2011 23:17:32 +0000
- To: public-css-commits@w3.org
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 ‘<code
+ flexbox layout for its contents, by setting the ‘<code
class=property>display</code>’ property on the element to the value
‘<a href="#flexbox"><code class=property>flexbox</code></a>’
or ‘<code class=property>inline-flexbox</code>’.
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