- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Jan 2012 23:55:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv20351
Modified Files:
Overview.html
Log Message:
Duh, upload the generated version too.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.html 19 Jan 2012 18:15:25 -0000 1.99
+++ Overview.html 20 Jan 2012 23:55:14 -0000 1.100
@@ -29,11 +29,11 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 19 January 2012</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 20 January 2012</h2>
<dl>
<dt>This version:
- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120119/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120119/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120120/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120120/</a>-->
<dd><a
@@ -1438,6 +1438,12 @@
<a href="#cross-start"><i>cross-start</i></a> edge of the line.</p>
</dl>
+ <div class=figure> <img height=372 src="images/flex-align.svg" width=508>
+ <p class=caption>An illustration of the five ‘<a
+ href="#flex-align0"><code class=property>flex-align</code></a>’
+ keywords and their effects on a flexbox with four colored items.</p>
+ </div>
+
<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
@@ -1468,8 +1474,6 @@
</div>
</div>
- <p class=issue>More examples for the other alignment values!
-
<p>The precise effects of this property are articulated in the <a
href="#layout-algorithm">Layout Algorithm</a> section.
Received on Friday, 20 January 2012 23:55:25 UTC