csswg/css3-flexbox Overview.html,1.83,1.84 Overview.src.html,1.83,1.84

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix minor markup error in flex-flow prop table.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html	9 Dec 2011 00:32:38 -0000	1.83
+++ Overview.html	16 Dec 2011 00:39:58 -0000	1.84
@@ -20,11 +20,11 @@
 
    <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
 
-   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 9 December 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 December 2011</h2>
 
    <dl>
     <dt>This version:
-     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-flexbox-20111209/">http://www.w3.org/TR/2011/ED-css3-flexbox-20111209/</a>-->
+     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-flexbox-20111215/">http://www.w3.org/TR/2011/ED-css3-flexbox-20111215/</a>-->
      
 
     <dd><a
@@ -646,9 +646,7 @@
     <tr>
      <th>Values:
 
-     <td>&lt;&lsquo;<a href="#flex-direction"><code
-      class=property>flex-direction</code></a>&rsquo;> || &lt;&lsquo;<a
-      href="#flex-wrap"><code class=property>flex-wrap</code></a>&rsquo;>
+     <td>&lt;&apos;flex-direction&apos;> || &lt;&apos;flex-wrap&apos;>
 
     <tr>
      <th>Initial:
@@ -1818,7 +1816,7 @@
     <tr>
      <th><a class=property href="#flex-flow0">flex-flow</a>
 
-     <td>&lt;&lsquo;flex-direction&rsquo;> || &lt;&lsquo;flex-wrap&rsquo;>
+     <td>&lt;&apos;flex-direction&apos;> || &lt;&apos;flex-wrap&apos;>
 
      <td>see individual properties
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.src.html	9 Dec 2011 00:32:38 -0000	1.83
+++ Overview.src.html	16 Dec 2011 00:39:59 -0000	1.84
@@ -264,7 +264,7 @@
 			<td><dfn>flex-flow</dfn>
 		<tr>
 			<th>Values:
-			<td>&lt;'flex-direction'> || &lt;'flex-wrap'>
+			<td>&lt;&apos;flex-direction&apos;> || &lt;&apos;flex-wrap&apos;>
 		<tr>
 			<th>Initial:
 			<td>see individual properties

Received on Friday, 16 December 2011 00:40:07 UTC