csswg/css3-flexbox Overview.html,1.56,1.57 Overview.src.html,1.55,1.56

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.html	2 Sep 2011 22:08:21 -0000	1.56
+++ Overview.html	2 Sep 2011 22:35:52 -0000	1.57
@@ -182,7 +182,7 @@
     </ul>
 
    <li><a href="#multiline"><span class=secno>6. </span> Multi-line
-    flexbox</a>
+    Flexbox</a>
     <ul class=toc>
      <li><a href="#flex-line-pack"><span class=secno>6.1. </span>
       &lsquo;<code class=property>flex-line-pack</code>&rsquo; property</a>
@@ -1240,7 +1240,7 @@
   <p>The precise effects of this property are articulated in the <a
    href="#layout-algorithm">Layout Algorithm</a> section.
 
-  <h2 id=multiline><span class=secno>6. </span> Multi-line flexbox</h2>
+  <h2 id=multiline><span class=secno>6. </span> Multi-line Flexbox</h2>
 
   <p>A flexbox can be either single-line or multi-line, depending on the
    &lsquo;<a href="#flex-flow0"><code
@@ -1999,25 +1999,3 @@
     title=wrap-up><strong>3.1.</strong></a>
   </ul>
   <!--end-index-->
-</html>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-declaration:"~/SGML/HTML4.decl"
-sgml-default-doctype-name:"html"
-sgml-minimize-attributes:t
-sgml-nofill-elements:("pre" "style" "br")
-sgml-live-element-indicator:t
-sgml-omittag:nil
-sgml-shorttag:nil
-sgml-namecase-general:t
-sgml-general-insert-case:lower
-sgml-always-quote-attributes:t
-sgml-indent-step:nil
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Overview.src.html	2 Sep 2011 22:08:21 -0000	1.55
+++ Overview.src.html	2 Sep 2011 22:35:52 -0000	1.56
@@ -577,7 +577,7 @@
 
 
 <h2 id='multiline'>
-Multi-line flexbox</h2>
+Multi-line Flexbox</h2>
 
 	<p>A flexbox can be either single-line or multi-line, depending on the 'flex-flow' property.  A <dfn>single-line</dfn> flexbox lays out all of its children in a single line, even if that would cause the flexbox to overflow its bounds.  A <dfn>multi-line</dfn> flexbox breaks its <i>flexbox items</i> across multiple lines to avoid overflowing, similar to how text is broken onto a new line when it gets too wide to fit on the existing line.  Every line contains at least one <i>flexbox item</i>, unless the flexbox itself is completely empty.</p>
 
@@ -869,25 +869,4 @@
 <h2 class="no-num" id="index">Index</h2>
 <!--index-->
 
-</body></html>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-declaration:"~/SGML/HTML4.decl"
-sgml-default-doctype-name:"html"
-sgml-minimize-attributes:t
-sgml-nofill-elements:("pre" "style" "br")
-sgml-live-element-indicator:t
-sgml-omittag:nil
-sgml-shorttag:nil
-sgml-namecase-general:t
-sgml-general-insert-case:lower
-sgml-always-quote-attributes:t
-sgml-indent-step:nil
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
\ No newline at end of file
+</body></ht
\ No newline at end of file

Received on Friday, 2 September 2011 22:36:00 UTC