- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jan 2012 21:06:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv1128
Modified Files:
Overview.html Overview.src.html
Log Message:
Tweak wording in the example about <center>.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- Overview.html 30 Jan 2012 21:05:41 -0000 1.128
+++ Overview.html 30 Jan 2012 21:06:57 -0000 1.129
@@ -1472,8 +1472,8 @@
<div class=example>
<p>By using a vertical flexbox and ‘<a href="#flex-align0"><code
- class=property>flex-align</code></a>’, we can emulate the
- functionality of HTML's <code><center></code> element:</p>
+ class=property>flex-align</code></a>’, we can achieve behavior very
+ close to HTML's <code><center></code> element:</p>
<div class=code-and-figure>
<div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Overview.src.html 30 Jan 2012 21:05:41 -0000 1.126
+++ Overview.src.html 30 Jan 2012 21:06:57 -0000 1.127
@@ -694,7 +694,7 @@
</div>
<div class=example>
- <p>By using a vertical flexbox and 'flex-align', we can emulate the functionality of HTML's <code><center></code> element:</p>
+ <p>By using a vertical flexbox and 'flex-align', we can achieve behavior very close to HTML's <code><center></code> element:</p>
<div class='code-and-figure'>
<div><pre>
Received on Monday, 30 January 2012 21:07:01 UTC