csswg/css3-flexbox Overview.html,1.26,1.27 Overview.src.html,1.25,1.26

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Typo fix.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html	15 Jun 2011 00:55:12 -0000	1.26
+++ Overview.html	16 Jun 2011 00:03:45 -0000	1.27
@@ -21,12 +21,12 @@
 
    <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
 
-   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 June 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 16 June 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/</a></dd> -->
+    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110616/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110616/</a></dd> -->
      <a
      href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
      
@@ -602,9 +602,9 @@
    space. For example, for a horizontal flexbox, the lengths of the left and
    right margins, left and right borders, left and right paddings, and widths
    of all <a href="#flexbox-item"><i>flexbox item</i></a>s share the width of
-   the flexbox itself. Conversely, each <a href="#flexbox-item"><i>flexbox
-   item</i></a>&lsquo;<code class=css>s vertical margins, borders, padding,
-   and height individually share the height of the flexbox.</code>
+   the flexbox itself. Conversely, each <a href="#flexbox-item"><i
+   title="flexbox item">flexbox item's</i></a> vertical margins, borders,
+   padding, and height individually share the height of the flexbox.
 
   <div class=figure>
    <p class="caption issue">TODO: Diagram showing the relevant lengths in
@@ -626,11 +626,12 @@
    flexibility</dfn> shrink in proportion to their flexibility to try and
    make the sum equal the available width/height.
 
-  <p>The &rsquo;flex-pack' and &lsquo;<a href="#flex-align0"><code
-   class=property>flex-align</code></a>&rsquo; properties offer more complex
-   control over free-space distribution. The precise details of how free
-   space is determined and assigned to flexible lengths is detailed in a
-   later chapter.
+  <p>The &lsquo;<a href="#flex-pack0"><code
+   class=property>flex-pack</code></a>&rsquo; and &lsquo;<a
+   href="#flex-align0"><code class=property>flex-align</code></a>&rsquo;
+   properties offer more complex control over free-space distribution. The
+   precise details of how free space is determined and assigned to flexible
+   lengths is detailed in a later chapter.
 
   <h3 id=fraction-unit><span class=secno>5.2. </span> The &lsquo;<code
    class=css>fr</code>&rsquo; unit</h3>
@@ -812,7 +813,7 @@
 
    <dd><a href="#flexbox-item"><i>flexbox item</i></a>s are packed toward the
     end of the flexbox. The first packing space (between the edge of the
-    flexbox and the margin of the first flexbox item ) must absorb all
+    flexbox and the margin of the first flexbox item) must absorb all
     leftover free space; all other packing spaces must have a length of
     &lsquo;<code class=css>0</code>&rsquo;.
 
@@ -1023,8 +1024,8 @@
    <li>
     <p>Resolve all <a href="#relevant-length"><i>relevant length</i></a>s on
      the flexbox and its <a href="#flexbox-item"><i>flexbox item</i></a>s
-     into <dfn id=flex-tuples>flex tuples</dfn> of [preferred size, minimum
-     size, maximum size, positive flex, negative flex].</p>
+     into <dfn id=flex-tuples>flex tuples</dfn> of [minimum size, maximum
+     size, preferred size, positive flex, negative flex].</p>
 
     <dl>
      <dt>For margins and padding:
@@ -1035,11 +1036,6 @@
       <p>If the length is inflexible, set the preferred size to the length
        itself and both positive and negative flexibility to 0.</p>
 
-      <p>Otherwise, if the length was specified with the &lsquo;<code
-       class=css>flex()</code>&rsquo; function, set the positive flexibility,
-       negative flexibility, and preferred size to the values specified in
-       the function.</p>
-
       <p>If the length is a margin with the value &lsquo;<code
        class=css>auto</code>&rsquo;, set the preferred size to 0, the
        positive flexibility to 1, and the negative flexibility to 0.</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html	15 Jun 2011 01:27:38 -0000	1.25
+++ Overview.src.html	16 Jun 2011 00:03:45 -0000	1.26
@@ -373,9 +373,9 @@
 	all the lengths, flexible or inflexible, that will share some space.  For example,
 	for a horizontal flexbox, the lengths of the left and right margins, left and right
 	borders, left and right paddings, and widths of all <i>flexbox item</i>s share
-	the width of the flexbox itself.  Conversely, each <i>flexbox item</i>'s
-	vertical margins, borders, padding, and height individually share the height
-	of the flexbox.</p>
+	the width of the flexbox itself.  Conversely, each 
+	<i title="flexbox item">flexbox item's</i> vertical margins, borders, padding, 
+	and height individually share the height of the flexbox.</p>
 
 	<div class=figure>
 		<p class="caption issue">TODO: Diagram showing the relevant lengths

Received on Thursday, 16 June 2011 00:03:50 UTC