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

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
More typo fixes from the mailing list

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Overview.html	7 Sep 2011 21:37:02 -0000	1.61
+++ Overview.html	7 Sep 2011 22:13:37 -0000	1.62
@@ -322,7 +322,7 @@
     it:</p>
 
    <pre>
-&lt;p style="width: 500px; padding: 5px; display: flexbox; flex-pack: distribute; flex-align: middle;">
+&lt;p style="width: 500px; padding: 5px; display: flexbox; flex-pack: distribute; flex-align: center;">
 	&lt;button style="width: 200px;">Child 1&lt;br>Another Line&lt;/button>
 	&lt;button style="width: 100px;">Child 2&lt;/button>
 	&lt;button style="width: 100px;">Child 3&lt;/button>
@@ -1387,7 +1387,7 @@
     <tr>
      <th>Initial:
 
-     <td>before
+     <td>start
 
     <tr>
      <th>Applies to:
@@ -1670,7 +1670,7 @@
 
      <td>start | end | center | distribute
 
-     <td>before
+     <td>start
 
      <td>multi-line flexboxes
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.src.html	7 Sep 2011 21:37:02 -0000	1.60
+++ Overview.src.html	7 Sep 2011 22:13:37 -0000	1.61
@@ -79,7 +79,7 @@
 		<p>For example, the following HTML snippet declares a flexbox with a few children.  The flexbox is horizontal, and the children's widths don't fill the flexbox's width, so the additional space is distributed between the children.  The flexbox's height isn't explicitly specified, so it shrinks to the height of its tallest child and centers the other children within it:</p>
 
 		<pre>
-&lt;p style="width: 500px; padding: 5px; display: flexbox; flex-pack: distribute; flex-align: middle;">
+&lt;p style="width: 500px; padding: 5px; display: flexbox; flex-pack: distribute; flex-align: center;">
 	&lt;button style="width: 200px;">Child 1&lt;br>Another Line&lt;/button>
 	&lt;button style="width: 100px;">Child 2&lt;/button>
 	&lt;button style="width: 100px;">Child 3&lt;/button>
@@ -670,7 +670,7 @@
 			<td>start | end | center | distribute
 		<tr>
 			<th>Initial:
-			<td>before
+			<td>start
 		<tr>
 			<th>Applies to:
 			<td><i>multi-line</i> flexboxes

Received on Wednesday, 7 September 2011 22:13:41 UTC