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

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed typos.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html	14 Jun 2011 01:25:15 -0000	1.25
+++ Overview.html	15 Jun 2011 00:55:12 -0000	1.26
@@ -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, 14 June 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 June 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/</a></dd> -->
+    <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> -->
      <a
      href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
      
@@ -603,8 +603,8 @@
    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=property>s</code>&rsquo; vertical margins,
-   borders, padding, and height individually share the height of the flexbox.
+   item</i></a>&lsquo;<code class=css>s vertical margins, borders, padding,
+   and height individually share the height of the flexbox.</code>
 
   <div class=figure>
    <p class="caption issue">TODO: Diagram showing the relevant lengths in
@@ -626,12 +626,11 @@
    flexibility</dfn> shrink in proportion to their flexibility to try and
    make the sum equal the available width/height.
 
-  <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.
+  <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.
 
   <h3 id=fraction-unit><span class=secno>5.2. </span> The &lsquo;<code
    class=css>fr</code>&rsquo; unit</h3>
@@ -699,7 +698,7 @@
       flexibility</i></a> is set to the second value, and the <i>preferred
       size</i> is set to &lsquo;<code class=css>auto</code>&rsquo;.
 
-     <li>Otherwise, if one value is a non-negative integer and the other is a
+     <li>Otherwise, if one value is a non-negative number and the other is a
       &lt;length>, a &lt;percentage>, or a valid keyword for &lsquo;<code
       class=property>width</code>&rsquo; or &lsquo;<code
       class=property>height</code>&rsquo;, the <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html	14 Jun 2011 01:25:15 -0000	1.22
+++ Overview.src.html	15 Jun 2011 00:55:12 -0000	1.23
@@ -373,7 +373,7 @@
 	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'
+	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>
 
@@ -443,7 +443,7 @@
 				is set to the first value, the <i>negative flexibility</i> is set
 				to the second value, and the <i>preferred size</i> is set to ''auto''.</li>
 
-				<li>Otherwise, if one value is a non-negative integer and the other 
+				<li>Otherwise, if one value is a non-negative number and the other 
 				is a &lt;length>, a &lt;percentage>, or a valid keyword for 'width' 
 				or 'height', the <i>positive flexibility</i> is set to the number, the
 				<i>negative flexibility</i> is set to ''0'', and the <i>preferred size</i>

Received on Wednesday, 15 June 2011 00:55:16 UTC