csswg/css3-flexbox Overview.html,1.60,1.61 Overview.src.html,1.59,1.60

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Removed the list of changes, because even more stuff has changed.  We don't usually create these until we publish a WD.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.html	7 Sep 2011 21:22:51 -0000	1.60
+++ Overview.html	7 Sep 2011 21:37:02 -0000	1.61
@@ -189,12 +189,6 @@
    <li><a href="#layout-interface"><span class=secno>9. </span> Box
     Properties and Sizing</a>
 
-   <li><a href="#changes"><span class=secno>10. </span>Changes</a>
-    <ul class=toc>
-     <li><a href="#changes-from-ed-16-june-2011"><span class=secno>10.1.
-      </span>Changes from ED 16-June-2011</a>
-    </ul>
-
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
 
    <li class=no-num><a href="#references">References</a>
@@ -1583,127 +1577,6 @@
 
   <hr title="Separator from footer">
 
-  <h2 id=changes><span class=secno>10. </span>Changes</h2>
-
-  <h3 id=changes-from-ed-16-june-2011><span class=secno>10.1. </span>Changes
-   from ED 16-June-2011</h3>
-
-  <ul>
-   <li>Intro
-    <ul>
-     <li>Added definitions for main axis and cross axis
-
-     <li>Added a pargraph on multiline
-    </ul>
-
-   <li>&lsquo;<code class=property>display</code>&rsquo; property
-    <ul>
-     <li>Removed issue for "display-inside" (now ACTION-342)
-    </ul>
-
-   <li>Flex-item
-    <ul>
-     <li>New section, adds detail for flex item fixup
-
-     <li>Removed issue for "other ignored properties"
-
-     <li>Added issue on applicability of &lsquo;<code
-      class=property>vertical-align</code>&rsquo;
-    </ul>
-
-   <li>&lsquo;<a href="#flex-flow0"><code
-    class=property>flex-flow</code></a>&rsquo; property
-    <ul>
-     <li>Renamed (was &lsquo;<code
-      class=property>flex-direction</code>&rsquo;)
-
-     <li>Values as in "option 8" <a
-      href="http://wiki.csswg.org/spec/css3-flexbox#issue-2">http://wiki.csswg.org/spec/css3-flexbox#issue-2</a>
-
-     <li>Computed value: specified value (was lr/rl/tb/bt)
-
-     <li>Prose describing how the pair of values work
-    </ul>
-
-   <li>&lsquo;<a href="#flex-order0"><code
-    class=property>flex-order</code></a>&rsquo;
-    <ul>
-     <li>Removed "flex-order vs. flex-index" issue. There is an issue at Wiki
-      to finalize that, proposal to not change: <a
-      href="http://wiki.csswg.org/spec/css3-flexbox#issue-8">http://wiki.csswg.org/spec/css3-flexbox#issue-8</a>
-    </ul>
-
-   <li>Flexibility
-    <ul>
-     <li>Removed &lsquo;<code class=property>fr</code>&rsquo; unit
-
-     <li>Changed default/unspecified values to &lsquo;<code
-      class=css>initial</code>&rsquo;, removed references to specifically
-      &lsquo;<code class=property>width</code>&rsquo; and &lsquo;<code
-      class=property>height</code>&rsquo;. No changes to what it applies to,
-      but this way it is more general, in case it does need to apply to
-      something else (for example to be part of grid rows/columns
-      declarations)
-
-     <li>Added a paragraph allowing (but not requiring) accepting unitless
-      non-zero length in quirks mode, only when three values are specified.
-    </ul>
-
-   <li>Flexible margins
-    <ul>
-     <li>Added issue 15: &lsquo;<code class=css>margin:auto</code>&rsquo; as
-      flex of 1 is not as powerful as &lsquo;<code class=css>margin:flex(2,
-      20, 5)</code>&rsquo;. Is it enough? A good use case would help (issue
-      16)
-    </ul>
-
-   <li>&lsquo;<a href="#flex-align0"><code
-    class=property>flex-align</code></a>&rsquo; property
-    <ul>
-     <li>Adapted most of the definition of &lsquo;<a
-      href="#flex-align0"><code class=property>flex-align</code></a>&rsquo;
-      from 2009 spec
-
-     <li>Note difference from 2009 spec remains – &lsquo;<a
-      href="#flex-align0"><code class=property>flex-align</code></a>&rsquo;
-      applies to flexbox items, while &lsquo;<code
-      class=property>box-align</code>&rsquo; of the old spec applied to
-      flexbox.
-
-     <li>Added definition for where is &lsquo;<code
-      class=property>before</code>&rsquo; and where is &lsquo;<code
-      class=property>after</code>&rsquo;
-
-     <li>Open issue 14 for before/after to validate the definition.
-
-     <li>Included definition of how flexbox cross-axis size is determined in
-      case of baseline-aligned children or mixed.
-
-     <li>Note: the core alignment algorithm copied from 2009 spec describes
-      how auto margins work together with &lsquo;<a href="#flex-align0"><code
-      class=property>flex-align</code></a>&rsquo;. That algorithm is copied
-      unchanged, proposed to adopt. It gives priority to margins over align
-      (if I am reading it correctly): "flex-align:before; margin-top:auto"
-      will end up being bottom-aligned in a horizontal flexbox.
-    </ul>
-
-   <li>Multiline flexbox
-    <ul>
-     <li>Copied the section on multiline flexbox from 2009 spec, adapted to
-      fit into the current draft
-    </ul>
-
-   <li>&lsquo;<a href="#flex-line-pack0"><code
-    class=property>Flex-line-pack</code></a>&rsquo; property
-
-   <li>Other
-    <ul>
-     <li>Replaced "measure axis" with "main axis"
-
-     <li>Removed commented out intro draft
-    </ul>
-  </ul>
-
   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
   <p>[This section will contain further acknowledgments.]

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Overview.src.html	7 Sep 2011 21:22:51 -0000	1.59
+++ Overview.src.html	7 Sep 2011 21:37:02 -0000	1.60
@@ -769,101 +769,6 @@
 
 
 <hr title="Separator from footer">
-			
-<h2>Changes</h2>
-
-<h3>Changes from ED 16-June-2011</h3>
-
-	<ul>
-		<li>Intro
-			<ul>
-				<li>Added definitions for main axis and cross axis</li>
-
-				<li>Added a pargraph on multiline</li>
-			</ul>
-		</li>
-		
-		<li>'display' property
-			<ul>
-				<li>Removed issue for "display-inside" (now ACTION-342)</li>
-			</ul>
-		</li>
-		
-		<li>Flex-item
-			<ul>
-				<li>New section, adds detail for flex item fixup</li>
-				
-				<li>Removed issue for "other ignored properties"</li>
-				
-				<li>Added issue on applicability of 'vertical-align'</li>
-			</ul>
-		</li>
-		
-		<li>'flex-flow' property
-			<ul>
-				<li>Renamed (was 'flex-direction')</li>
-		
-				<li>Values as in "option 8" <a href="http://wiki.csswg.org/spec/css3-flexbox#issue-2">http://wiki.csswg.org/spec/css3-flexbox#issue-2</a></li>
-
-				<li>Computed value: specified value (was lr/rl/tb/bt)</li>
-
-				<li>Prose describing how the pair of values work</li>
-			</ul>
-		</li>
-	
-		<li>'flex-order'
-			<ul>
-				<li>Removed "flex-order vs. flex-index" issue. There is an issue at Wiki to finalize that, proposal to not change: <a href="http://wiki.csswg.org/spec/css3-flexbox#issue-8">http://wiki.csswg.org/spec/css3-flexbox#issue-8</a></li>
-			</ul>
-		</li>
-		
-		<li>Flexibility
-			<ul>
-				<li>Removed 'fr' unit</li>
-				
-				<li>Changed default/unspecified values to ''initial'', removed references to specifically 'width' and 'height'. No changes to what it applies to, but this way it is more general, in case it does need to apply to something else (for example to be part of grid rows/columns declarations)</li>
-
-				<li>Added a paragraph allowing (but not requiring) accepting unitless non-zero length in quirks mode, only when three values are specified.</li>
-			</ul>
-		</li>
-		
-		<li>Flexible margins
-			<ul>
-				<li>Added issue 15: ''margin:auto'' as flex of 1 is not as powerful as ''margin:flex(2, 20, 5)''. Is it enough? A good use case would help (issue 16)</li>
-			</ul>
-		</li>
-		
-		<li>'flex-align' property
-			<ul>
-				<li>Adapted most of the definition of 'flex-align' from 2009 spec</li>
-
-				<li>Note difference from 2009 spec remains – 'flex-align' applies to flexbox items, while 'box-align' of the old spec applied to flexbox.</li>
-
-				<li>Added definition for where is 'before' and where is 'after'</li>
-
-				<li>Open issue 14 for before/after to validate the definition.</li>
-				
-				<li>Included definition of how flexbox cross-axis size is determined in case of baseline-aligned children or mixed.</li>
-
-				<li>Note: the core alignment algorithm copied from 2009 spec describes how auto margins work together with 'flex-align'. That algorithm is copied unchanged, proposed to adopt. It gives priority to margins over align (if I am reading it correctly): "flex-align:before; margin-top:auto" will end up being bottom-aligned in a horizontal flexbox.</li>
-			</ul>
-		</li>
-		
-		<li>Multiline flexbox
-			<ul>
-				<li>Copied the section on multiline flexbox from 2009 spec, adapted to fit into the current draft</li>
-			</ul>
-		</li>
-		
-		<li>'Flex-line-pack' property</li>
-		
-		<li>Other
-			<ul>
-				<li>Replaced "measure axis" with "main axis"</li>
-				<li>Removed commented out intro draft</li>
-			</ul>
-		</li>
-	</ul>
 
 <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
 

Received on Wednesday, 7 September 2011 21:37:06 UTC