- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Sep 2011 17:11:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv13644
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed the alignment of the example text.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.html 17 Sep 2011 00:12:01 -0000 1.68
+++ Overview.html 19 Sep 2011 17:11:51 -0000 1.69
@@ -16,12 +16,12 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 17 September 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 19 September 2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110917/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110917/</a></dd> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110919/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110919/</a></dd> -->
<a
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
@@ -649,12 +649,12 @@
<p>Some examples of valid flows:</p>
<pre>
-div { flex-flow: row; } /* Initial value. Main axis is inline,
- no wrap. */
-div { flex-flow: column wrap; } /* Main axis is block-direction and lines
- wrap in the inline direction. For an
- English page, the main axis is top-to-bottom
- and lines wrap to the right. */
+div { flex-flow: row; } /* Initial value. Main axis is inline,
+ no wrap. */
+div { flex-flow: column wrap; } /* Main axis is block-direction and lines
+ wrap in the inline direction. For an
+ English page, the main axis is top-to-bottom
+ and lines wrap to the right. */
div { writing-mode: tb-rl; /* Main axis is block direction (right to left).
flex-flow: column wrap-reverse; } /* New lines wrap upwards. */</pre>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.src.html 17 Sep 2011 00:12:01 -0000 1.68
+++ Overview.src.html 19 Sep 2011 17:11:51 -0000 1.69
@@ -253,12 +253,12 @@
<p>Some examples of valid flows:</p>
<pre>
-div { flex-flow: row; } /* Initial value. Main axis is inline,
- no wrap. */
-div { flex-flow: column wrap; } /* Main axis is block-direction and lines
- wrap in the inline direction. For an
- English page, the main axis is top-to-bottom
- and lines wrap to the right. */
+div { flex-flow: row; } /* Initial value. Main axis is inline,
+ no wrap. */
+div { flex-flow: column wrap; } /* Main axis is block-direction and lines
+ wrap in the inline direction. For an
+ English page, the main axis is top-to-bottom
+ and lines wrap to the right. */
div { writing-mode: tb-rl; /* Main axis is block direction (right to left).
flex-flow: column wrap-reverse; } /* New lines wrap upwards. */</pre>
</div>
Received on Monday, 19 September 2011 17:11:55 UTC