csswg/css3-flexbox Overview.html,1.134,1.135 Overview.src.html,1.132,1.133

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove redundant paragraph.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html	30 Jan 2012 23:41:24 -0000	1.134
+++ Overview.html	30 Jan 2012 23:45:26 -0000	1.135
@@ -1778,6 +1778,9 @@
 
     <li>Find the real cross size of the flexbox and its lines.
 
+    <li>Align the lines, per &lsquo;<a href="#flex-line-pack0"><code
+     class=property>flex-line-pack</code></a>&rsquo;.
+
     <li>Align in the cross axis, per &lsquo;<a href="#flex-align0"><code
      class=property>flex-align</code></a>&rsquo;.
 
@@ -1785,23 +1788,9 @@
 
     <li>Align in the main axis, per &lsquo;<a href="#flex-pack0"><code
      class=property>flex-pack</code></a>&rsquo;.
-
-    <li>Align the lines, per &lsquo;<a href="#flex-line-pack0"><code
-     class=property>flex-line-pack</code></a>&rsquo;.
    </ol>
   </div>
 
-  <p>The layout algorithm for flexbox is, unfortunately, too complex and
-   interdependent to usefully describe in pieces within each property's
-   description. As such, the normative layout algorithm is described in this
-   chapter. Note that this is the <em>definitive</em> description of the
-   flexbox layout algorithm - any information located elsewhere in this spec
-   is informative only. Note as well that only the <strong>output</strong> of
-   the algorithm is normative. The precise steps described in this section
-   are informative, and written with an eye toward clarity and simplicity,
-   not efficiency. Any algorithm that achieves the same results is
-   acceptable.
-
   <p>This section is mainly intended for implementors. Authors writing web
    pages should generally be served well by the individual property
    descriptions, and do not need to read this section unless they have a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.src.html	30 Jan 2012 23:41:24 -0000	1.132
+++ Overview.src.html	30 Jan 2012 23:45:26 -0000	1.133
@@ -865,18 +865,16 @@
 
 			<li>Find the real cross size of the flexbox and its lines.</li>
 
+			<li>Align the lines, per 'flex-line-pack'.</li>
+
 			<li>Align in the cross axis, per 'flex-align'.</li>
 
 			<li>Update layout for the items based on their real cross sizes.</li>
 
 			<li>Align in the main axis, per 'flex-pack'.</li>
-
-			<li>Align the lines, per 'flex-line-pack'.</li>
 		</ol>
 	</div>
 
-	<p>The layout algorithm for flexbox is, unfortunately, too complex and interdependent to usefully describe in pieces within each property's description.  As such, the normative layout algorithm is described in this chapter.  Note that this is the <em>definitive</em> description of the flexbox layout algorithm - any information located elsewhere in this spec is informative only.  Note as well that only the <strong>output</strong> of the algorithm is normative.  The precise steps described in this section are informative, and written with an eye toward clarity and simplicity, not efficiency.  Any algorithm that achieves the same results is acceptable.</p>
-
 	<p>This section is mainly intended for implementors.  Authors writing web pages should generally be served well by the individual property descriptions, and do not need to read this section unless they have a deep-seated urge to understand arcane details of CSS layout.</p>
 
 	<p>To lay out a flexbox and its contents, follow these steps:</p>

Received on Monday, 30 January 2012 23:45:29 UTC